Home
last modified time | relevance | path

Searched refs:nf_ct_helper_expectfn_find_by_name (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_helper.h112 nf_ct_helper_expectfn_find_by_name(const char *name);
/linux-4.1.27/net/netfilter/
Dnf_conntrack_helper.c300 nf_ct_helper_expectfn_find_by_name(const char *name) in nf_ct_helper_expectfn_find_by_name() function
315 EXPORT_SYMBOL_GPL(nf_ct_helper_expectfn_find_by_name);
Dnf_conntrack_netlink.c2911 expfn = nf_ct_helper_expectfn_find_by_name(name); in ctnetlink_alloc_expect()