Searched refs:family (Results 176 - 200 of 316) sorted by relevance

1234567891011>>

/net/netfilter/
H A Dnft_reject_inet.c126 .family = NFPROTO_INET,
H A Dxt_LED.c198 .family = NFPROTO_UNSPEC,
H A Dxt_RATEEST.c164 .family = NFPROTO_UNSPEC,
H A Dxt_limit.c186 .family = NFPROTO_UNSPEC,
H A Dxt_rateest.c133 .family = NFPROTO_UNSPEC,
H A Dxt_time.c257 .family = NFPROTO_UNSPEC,
H A Dxt_HMARK.c343 .family = NFPROTO_IPV4,
352 .family = NFPROTO_IPV6,
H A Dxt_TEE.c271 .family = NFPROTO_IPV4,
282 .family = NFPROTO_IPV6,
H A Dxt_l2tp.c316 .family = NFPROTO_IPV4,
330 .family = NFPROTO_IPV6,
H A Dxt_quota2.c328 .family = NFPROTO_IPV4,
338 .family = NFPROTO_IPV6,
H A Dnf_conntrack_expect.c264 u_int8_t family,
271 if (family == AF_INET)
280 exp->tuple.src.l3num = family;
263 nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, u_int8_t family, const union nf_inet_addr *saddr, const union nf_inet_addr *daddr, u_int8_t proto, const __be16 *src, const __be16 *dst) argument
H A Dxt_TPROXY.c542 .family = NFPROTO_IPV4,
553 .family = NFPROTO_IPV4,
565 .family = NFPROTO_IPV6,
/net/can/
H A DKconfig13 More information on the CAN network protocol family PF_CAN
/net/ipv4/
H A Dgeneve.c229 udp_conf.family = AF_INET6;
231 udp_conf.family = AF_INET;
H A Dxfrm4_policy.c234 .family = AF_INET,
247 .family = AF_INET,
/net/core/
H A Dneighbour.c1586 if (tmp->family == tbl->family)
1594 pr_err("Registering multiple tables for family %d\n",
1595 tbl->family);
1667 if (tbl->family != ndm->ndm_family)
1737 if (tbl->family != ndm->ndm_family)
1857 ndtmsg->ndtm_family = tbl->family;
1946 ndtmsg->ndtm_family = tbl->family;
2008 if (ndtmsg->ndtm_family && tbl->family != ndtmsg->ndtm_family)
2138 int family, tid local
2356 int t, family, s_t; local
2842 neigh_get_dev_parms_rcu(struct net_device *dev, int family) argument
2858 int family = neigh_parms_family(p); local
[all...]
/net/sctp/
H A Dinput.c118 int family; local
150 family = ipver2af(ip_hdr(skb)->version);
151 af = sctp_get_af_specific(family);
216 if (!xfrm_policy_check(sk, XFRM_POLICY_IN, skb, family))
470 struct sock *sctp_err_lookup(struct net *net, int family, struct sk_buff *skb, argument
487 af = sctp_get_af_specific(family);
/net/ipv6/
H A Dip6_vti.c324 unsigned short family; local
343 family = x->inner_mode->afinfo->family;
345 if (!xfrm_policy_check(NULL, XFRM_POLICY_IN, skb, family))
390 x->props.family != AF_INET6)
/net/sunrpc/
H A Dsvc.c796 * Register an "inet" protocol family netid with the local
844 * Register an "inet6" protocol family netid with the local
899 const int family,
905 switch (family) {
924 * @family: protocol family of service's listener socket
928 * Service is registered for any address in the passed-in protocol family
931 const int family, const unsigned short proto,
954 family,
962 i, family, prot
897 __svc_register(struct net *net, const char *progname, const u32 program, const u32 version, const int family, const unsigned short protocol, const unsigned short port) argument
930 svc_register(const struct svc_serv *serv, struct net *net, const int family, const unsigned short proto, const unsigned short port) argument
[all...]
/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c415 return nf_ct_l3proto_try_module_get(par->family);
420 nf_ct_l3proto_module_put(par->family);
425 .family = NFPROTO_IPV4,
/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c438 return nf_ct_l3proto_try_module_get(par->family);
443 nf_ct_l3proto_module_put(par->family);
448 .family = NFPROTO_IPV6,
/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c243 set->family = NFPROTO_IPV4;
343 .family = NFPROTO_IPV4,
H A Dip_set_bitmap_ipmac.c310 set->family = NFPROTO_IPV4;
381 .family = NFPROTO_IPV4,
/net/nfc/
H A Drawsock.c280 .family = PF_NFC,
300 .family = PF_NFC,
/net/bridge/netfilter/
H A Debt_among.c209 .family = NFPROTO_BRIDGE,

Completed in 980 milliseconds

1234567891011>>