Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_expect.h100 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp,
104 nf_ct_unlink_expect_report(exp, 0, 0); in nf_ct_unlink_expect()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_expect.c48 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() function
68 EXPORT_SYMBOL_GPL(nf_ct_unlink_expect_report);
523 nf_ct_unlink_expect_report(exp, portid, report); in nf_ct_expect_iterate_net()
Dnf_conntrack_netlink.c3118 nf_ct_unlink_expect_report(exp, NETLINK_CB(skb).portid, in ctnetlink_del_expect()