Searched refs:nf_conntrack_helper_try_module_get (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/net/netfilter/ |
D | nf_conntrack_helper.h | 89 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_helper.c | 96 nf_conntrack_helper_try_module_get(const char *name, u16 l3num, u8 protonum) in nf_conntrack_helper_try_module_get() function 125 EXPORT_SYMBOL_GPL(nf_conntrack_helper_try_module_get);
|
D | nft_ct.c | 1010 help4 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init() 1017 help6 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init() 1023 help4 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV4, in nft_ct_helper_obj_init() 1025 help6 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV6, in nft_ct_helper_obj_init()
|
D | xt_CT.c | 86 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | conntrack.c | 1341 helper = nf_conntrack_helper_try_module_get(name, info->family, in ovs_ct_add_helper()
|