Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_helper.h82 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
/Linux-v4.19/net/netfilter/
Dnft_ct.c988 help4 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init()
995 help6 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init()
1001 help4 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV4, in nft_ct_helper_obj_init()
1003 help6 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV6, in nft_ct_helper_obj_init()
Dnf_conntrack_helper.c156 nf_conntrack_helper_try_module_get(const char *name, u16 l3num, u8 protonum) in nf_conntrack_helper_try_module_get() function
185 EXPORT_SYMBOL_GPL(nf_conntrack_helper_try_module_get);
Dxt_CT.c89 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
/Linux-v4.19/net/openvswitch/
Dconntrack.c1300 helper = nf_conntrack_helper_try_module_get(name, info->family, in ovs_ct_add_helper()