Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_expect.c64 nf_ct_expect_put(exp); in nf_ct_unlink_expect_report()
77 nf_ct_expect_put(exp); in nf_ct_expectation_timed_out()
110 nf_ct_expect_put(exp); in nf_ct_remove_expect()
354 void nf_ct_expect_put(struct nf_conntrack_expect *exp) in nf_ct_expect_put() function
359 EXPORT_SYMBOL_GPL(nf_ct_expect_put);
494 nf_ct_expect_put(exp); in nf_ct_expect_iterate_destroy()
524 nf_ct_expect_put(exp); in nf_ct_expect_iterate_net()
Dnf_conntrack_pptp.c133 nf_ct_expect_put(exp_other); in pptp_expectfn()
166 nf_ct_expect_put(exp); in destroy_sibling_or_exp()
251 nf_ct_expect_put(exp_reply); in exp_gre()
253 nf_ct_expect_put(exp_orig); in exp_gre()
Dnf_conntrack_broadcast.c71 nf_ct_expect_put(exp); in nf_conntrack_broadcast_help()
Dnf_conntrack_h323_main.c291 nf_ct_expect_put(rtp_exp); in expect_rtp_rtcp()
323 nf_ct_expect_put(rtp_exp); in expect_rtp_rtcp()
324 nf_ct_expect_put(rtcp_exp); in expect_rtp_rtcp()
375 nf_ct_expect_put(exp); in expect_t120()
712 nf_ct_expect_put(exp); in expect_h245()
841 nf_ct_expect_put(exp); in expect_callforwarding()
1303 nf_ct_expect_put(exp); in expect_q931()
1364 nf_ct_expect_put(exp); in process_gcf()
1576 nf_ct_expect_put(exp); in process_acf()
1630 nf_ct_expect_put(exp); in process_lcf()
Dnf_conntrack_tftp.c85 nf_ct_expect_put(exp); in tftp_help()
Dnf_conntrack_sane.c162 nf_ct_expect_put(exp); in help()
Dnf_conntrack_netlink.c2592 nf_ct_expect_put(exp); in ctnetlink_glue_attach_expect()
2837 nf_ct_expect_put((struct nf_conntrack_expect *)cb->args[1]); in ctnetlink_exp_done()
2885 nf_ct_expect_put(last); in ctnetlink_exp_dump_table()
2931 nf_ct_expect_put(last); in ctnetlink_exp_ct_dump_table()
3031 nf_ct_expect_put(exp); in ctnetlink_get_expect()
3039 nf_ct_expect_put(exp); in ctnetlink_get_expect()
3047 nf_ct_expect_put(exp); in ctnetlink_get_expect()
3110 nf_ct_expect_put(exp); in ctnetlink_del_expect()
3120 nf_ct_expect_put(exp); in ctnetlink_del_expect()
3125 nf_ct_expect_put(exp); in ctnetlink_del_expect()
[all …]
Dnf_conntrack_amanda.c163 nf_ct_expect_put(exp); in amanda_help()
Dnf_conntrack_irc.c223 nf_ct_expect_put(exp); in help()
Dnf_conntrack_sip.c956 nf_ct_expect_put(rtcp_exp); in set_expected_rtp_rtcp()
958 nf_ct_expect_put(rtp_exp); in set_expected_rtp_rtcp()
1269 nf_ct_expect_put(exp); in process_register_request()
Dnf_conntrack_ftp.c537 nf_ct_expect_put(exp); in help()
Dnf_conntrack_core.c1431 nf_ct_expect_put(exp); in init_conntrack()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_expect.h123 void nf_ct_expect_put(struct nf_conntrack_expect *exp);
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_nfct.c251 nf_ct_expect_put(exp); in ip_vs_nfct_expect_related()
/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_pptp.c87 nf_ct_expect_put(other_exp); in pptp_nat_expected()