Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_helper.h58 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
/linux-4.4.14/net/netfilter/
Dnf_conntrack_helper.c152 nf_conntrack_helper_try_module_get(const char *name, u16 l3num, u8 protonum) in nf_conntrack_helper_try_module_get() function
168 EXPORT_SYMBOL_GPL(nf_conntrack_helper_try_module_get);
Dxt_CT.c90 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
/linux-4.4.14/net/openvswitch/
Dconntrack.c541 helper = nf_conntrack_helper_try_module_get(name, info->family, in ovs_ct_add_helper()