Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netfilter/
Dnf_conntrack_helper.h156 nf_ct_helper_expectfn_find_by_name(const char *name);
/Linux-v5.15/net/netfilter/
Dnf_conntrack_helper.c338 nf_ct_helper_expectfn_find_by_name(const char *name) in nf_ct_helper_expectfn_find_by_name() function
351 EXPORT_SYMBOL_GPL(nf_ct_helper_expectfn_find_by_name);
Dnf_conntrack_netlink.c3548 expfn = nf_ct_helper_expectfn_find_by_name(name); in ctnetlink_alloc_expect()