Home
last modified time | relevance | path

Searched refs:nf_conntrack_helper_try_module_get (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_helper.c75 nf_conntrack_helper_try_module_get(const char *name, u16 l3num, u8 protonum) in nf_conntrack_helper_try_module_get() function
104 EXPORT_SYMBOL_GPL(nf_conntrack_helper_try_module_get);
H A Dnf_conntrack_ovs.c85 helper = nf_conntrack_helper_try_module_get(name, family, proto); in nf_ct_add_helper()
H A Dnft_ct.c1081 help4 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init()
1088 help6 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init()
1094 help4 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV4, in nft_ct_helper_obj_init()
1096 help6 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV6, in nft_ct_helper_obj_init()
H A Dxt_CT.c86 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h89 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,