Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_helper.h156 nf_ct_helper_expectfn_find_by_name(const char *name);
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_helper.c337 nf_ct_helper_expectfn_find_by_name(const char *name) in nf_ct_helper_expectfn_find_by_name() function
350 EXPORT_SYMBOL_GPL(nf_ct_helper_expectfn_find_by_name);
Dnf_conntrack_netlink.c3542 expfn = nf_ct_helper_expectfn_find_by_name(name); in ctnetlink_alloc_expect()