Home
last modified time | relevance | path

Searched refs:nf_ct_l3proto_try_module_get (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/net/netfilter/
Dxt_connmark.c80 ret = nf_ct_l3proto_try_module_get(par->family); in connmark_tg_check()
110 ret = nf_ct_l3proto_try_module_get(par->family); in connmark_mt_check()
Dnft_ct.c194 err = nf_ct_l3proto_try_module_get(NFPROTO_IPV4); in nft_ct_l3proto_try_module_get()
197 err = nf_ct_l3proto_try_module_get(NFPROTO_IPV6); in nft_ct_l3proto_try_module_get()
201 err = nf_ct_l3proto_try_module_get(family); in nft_ct_l3proto_try_module_get()
Dxt_state.c46 ret = nf_ct_l3proto_try_module_get(par->family); in state_mt_check()
Dxt_helper.c62 ret = nf_ct_l3proto_try_module_get(par->family); in helper_mt_check()
Dxt_connlabel.c51 ret = nf_ct_l3proto_try_module_get(par->family); in connlabel_mt_check()
Dxt_CONNSECMARK.c109 ret = nf_ct_l3proto_try_module_get(par->family); in connsecmark_tg_check()
Dnf_conntrack_proto.c96 nf_ct_l3proto_try_module_get(unsigned short l3proto) in nf_ct_l3proto_try_module_get() function
112 EXPORT_SYMBOL_GPL(nf_ct_l3proto_try_module_get);
Dxt_connbytes.c113 ret = nf_ct_l3proto_try_module_get(par->family); in connbytes_mt_check()
Dxt_conntrack.c276 ret = nf_ct_l3proto_try_module_get(par->family); in conntrack_mt_check()
Dxt_CT.c219 ret = nf_ct_l3proto_try_module_get(par->family); in xt_ct_tg_check()
Dxt_connlimit.c377 ret = nf_ct_l3proto_try_module_get(par->family); in connlimit_mt_check()
Dnf_nat_core.c652 err = nf_ct_l3proto_try_module_get(l3proto->l3proto); in nf_nat_l3proto_register()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack.h175 int nf_ct_l3proto_try_module_get(unsigned short l3proto);
/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c418 return nf_ct_l3proto_try_module_get(par->family); in synproxy_tg4_check()
Dipt_CLUSTERIP.c422 ret = nf_ct_l3proto_try_module_get(par->family); in clusterip_tg_check()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c439 return nf_ct_l3proto_try_module_get(par->family); in synproxy_tg6_check()