Searched refs:rbits (Results 1 - 3 of 3) sorted by relevance

/net/irda/irnet/
H A Dirnet.h422 unsigned int rbits; /* Unused receive flags ??? */ member in struct:irnet_socket
H A Dirnet_ppp.c1041 val = ap->flags | ap->rbits;
1050 ap->rbits = val & SC_RCV_BITS;
/net/xfrm/
H A Dxfrm_user.c1003 spt4.rbits = net->xfrm.policy_hthresh.rbits4;
1005 spt6.rbits = net->xfrm.policy_hthresh.rbits6;
1037 if (thresh4->lbits > 32 || thresh4->rbits > 32)
1046 if (thresh6->lbits > 128 || thresh6->rbits > 128)
1054 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits;
1058 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits;

Completed in 58 milliseconds