Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_helper.c96 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);
Dnft_ct.c1006 help4 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init()
1013 help6 = nf_conntrack_helper_try_module_get(name, family, in nft_ct_helper_obj_init()
1019 help4 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV4, in nft_ct_helper_obj_init()
1021 help6 = nf_conntrack_helper_try_module_get(name, NFPROTO_IPV6, in nft_ct_helper_obj_init()
Dxt_CT.c86 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
/net/openvswitch/
Dconntrack.c1329 helper = nf_conntrack_helper_try_module_get(name, info->family, in ovs_ct_add_helper()