Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_helper.h150 nf_ct_helper_expectfn_find_by_name(const char *name);
/Linux-v4.19/net/netfilter/
Dnf_conntrack_helper.c333 nf_ct_helper_expectfn_find_by_name(const char *name) in nf_ct_helper_expectfn_find_by_name() function
346 EXPORT_SYMBOL_GPL(nf_ct_helper_expectfn_find_by_name);
Dnf_conntrack_netlink.c3229 expfn = nf_ct_helper_expectfn_find_by_name(name); in ctnetlink_alloc_expect()