Home
last modified time | relevance | path

Searched refs:nf_ct_expect_put (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_conntrack_expect.c66 nf_ct_expect_put(exp); in nf_ct_unlink_expect_report()
79 nf_ct_expect_put(exp); in nf_ct_expectation_timed_out()
123 nf_ct_expect_put(exp); in nf_ct_remove_expect()
378 void nf_ct_expect_put(struct nf_conntrack_expect *exp) in nf_ct_expect_put() function
383 EXPORT_SYMBOL_GPL(nf_ct_expect_put);
525 nf_ct_expect_put(exp); in nf_ct_expect_iterate_destroy()
555 nf_ct_expect_put(exp); in nf_ct_expect_iterate_net()
Dnf_conntrack_pptp.c120 nf_ct_expect_put(exp_other); in pptp_expectfn()
153 nf_ct_expect_put(exp); in destroy_sibling_or_exp()
238 nf_ct_expect_put(exp_reply); in exp_gre()
240 nf_ct_expect_put(exp_orig); in exp_gre()
Dnf_conntrack_h323_main.c240 nf_ct_expect_put(rtp_exp); in expect_rtp_rtcp()
273 nf_ct_expect_put(rtp_exp); in expect_rtp_rtcp()
274 nf_ct_expect_put(rtcp_exp); in expect_rtp_rtcp()
326 nf_ct_expect_put(exp); in expect_t120()
665 nf_ct_expect_put(exp); in expect_h245()
790 nf_ct_expect_put(exp); in expect_callforwarding()
1255 nf_ct_expect_put(exp); in expect_q931()
1316 nf_ct_expect_put(exp); in process_gcf()
1533 nf_ct_expect_put(exp); in process_acf()
1587 nf_ct_expect_put(exp); in process_lcf()
Dnf_conntrack_broadcast.c76 nf_ct_expect_put(exp); in nf_conntrack_broadcast_help()
Dnf_conntrack_tftp.c85 nf_ct_expect_put(exp); in tftp_help()
Dnf_conntrack_sane.c165 nf_ct_expect_put(exp); in help()
Dnf_conntrack_netlink.c2896 nf_ct_expect_put(exp); in ctnetlink_glue_attach_expect()
3149 nf_ct_expect_put((struct nf_conntrack_expect *)cb->args[1]); in ctnetlink_exp_done()
3197 nf_ct_expect_put(last); in ctnetlink_exp_dump_table()
3243 nf_ct_expect_put(last); in ctnetlink_exp_ct_dump_table()
3343 nf_ct_expect_put(exp); in ctnetlink_get_expect()
3350 nf_ct_expect_put(exp); in ctnetlink_get_expect()
3359 nf_ct_expect_put(exp); in ctnetlink_get_expect()
3417 nf_ct_expect_put(exp); in ctnetlink_del_expect()
3427 nf_ct_expect_put(exp); in ctnetlink_del_expect()
3432 nf_ct_expect_put(exp); in ctnetlink_del_expect()
[all …]
Dnf_conntrack_amanda.c166 nf_ct_expect_put(exp); in amanda_help()
Dnf_conntrack_irc.c253 nf_ct_expect_put(exp); in help()
Dnf_conntrack_sip.c996 nf_ct_expect_put(rtcp_exp); in set_expected_rtp_rtcp()
998 nf_ct_expect_put(rtp_exp); in set_expected_rtp_rtcp()
1314 nf_ct_expect_put(exp); in process_register_request()
Dnf_conntrack_ftp.c535 nf_ct_expect_put(exp); in help()
Dnf_conntrack_core.c1812 nf_ct_expect_put(exp); in init_conntrack()
/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_expect.h128 void nf_ct_expect_put(struct nf_conntrack_expect *exp);
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_nfct.c235 nf_ct_expect_put(exp); in ip_vs_nfct_expect_related()
/linux-6.1.9/net/ipv4/netfilter/
Dnf_nat_pptp.c88 nf_ct_expect_put(other_exp); in pptp_nat_expected()