Searched refs:x1 (Results 1 - 23 of 23) sorted by relevance

/net/xfrm/
H A Dxfrm_state.c1083 struct xfrm_state *x1, *to_put; local
1095 x1 = __xfrm_state_locate(x, use_spi, family);
1096 if (x1) {
1097 to_put = x1;
1098 x1 = NULL;
1104 x1 = __xfrm_find_acq_byseq(net, mark, x->km.seq);
1105 if (x1 && ((x1->id.proto != x->id.proto) ||
1106 !xfrm_addr_equal(&x1->id.daddr, &x->id.daddr, family))) {
1107 to_put = x1;
1299 struct xfrm_state *x1, *to_put; local
[all...]
/net/nfc/
H A Dllcp.h174 #define LLCP_PDU_PAX 0x1
188 #define LLCP_TLV_VERSION 0x1
200 #define LLCP_SAP_SDP 0x1
H A Dllcp_core.c1593 local->local_wks = 0x1; /* LLC Link Management */
/net/irda/
H A Dqos.c203 IRDA_WARNING("%s(), Detected buggy peer, adjust null PV to 0x1!\n",
206 word = 0x1;
226 __u16 mask = 0x1;
252 __u16 mask = 0x1;
/net/tipc/
H A Dmsg.h659 return msg_bits(m, 5, 12, 0x1);
664 msg_set_bits(m, 5, 12, 0x1, r);
H A Dbcast.c351 if (n_ptr->bclink.oos_state & 0x1)
/net/ipv4/
H A Dtcp_cubic.c37 #define HYSTART_ACK_TRAIN 0x1
H A Dip_tunnel.c705 if (tos & 0x1) {
706 tos &= ~0x1;
/net/l2tp/
H A Dl2tp_ip6.c589 fl6.daddr.s6_addr[15] = 0x1; /* :: means loopback (BSD'ism) */
/net/mac80211/
H A Dieee80211_i.h308 #define PREQ_Q_F_START 0x1
621 IEEE80211_MESH_SEC_AUTHED = 0x1,
H A Dwpa.c344 b_0[0] = 0x1;
H A Dmesh_hwmp.c23 #define MP_F_DO 0x1
H A Dcfg.c1532 return (mask >> (parm-1)) & 0x1;
/net/openvswitch/
H A Dactions.c578 hash = 0x1;
/net/bluetooth/rfcomm/
H A Dcore.c99 #define __rpn_line_settings(data, stop, parity) ((data & 0x3) | ((stop & 0x1) << 2) | ((parity & 0x7) << 3))
101 #define __get_rpn_stop_bits(line) (((line) >> 2) & 0x1)
/net/ipv6/
H A Draw.c858 fl6.daddr.s6_addr[15] = 0x1; /* :: means loopback (BSD'ism) */
H A Dtcp_ipv6.c168 usin->sin6_addr.s6_addr[15] = 0x1;
H A Dudp.c1248 fl6.daddr.s6_addr[15] = 0x1; /* :: means loopback (BSD'ism) */
/net/sched/
H A Dsch_hfsc.c106 HFSC_RSC = 0x1,
H A Dsch_htb.c158 #define HTB_WARN_TOOMANYEVENTS 0x1
/net/wireless/
H A Dwext-compat.c337 wdev->wiphy->frag_threshold = frag->value & ~0x1;
H A Dnl80211.c2238 frag_threshold &= ~0x1;
/net/netlink/
H A Daf_netlink.c81 #define NETLINK_KERNEL_SOCKET 0x1

Completed in 1736 milliseconds