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

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

Completed in 248 milliseconds