Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_helper.h158 nf_ct_helper_expectfn_find_by_symbol(const void *symbol);
/linux-6.1.9/net/netfilter/
Dnf_conntrack_helper.c308 nf_ct_helper_expectfn_find_by_symbol(const void *symbol) in nf_ct_helper_expectfn_find_by_symbol() function
321 EXPORT_SYMBOL_GPL(nf_ct_helper_expectfn_find_by_symbol);
Dnf_conntrack_netlink.c3060 expfn = nf_ct_helper_expectfn_find_by_symbol(exp->expectfn); in ctnetlink_exp_dump_expect()