Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_expect.c59 nf_ct_expect_put(exp); in nf_ct_unlink_expect_report()
72 nf_ct_expect_put(exp); in nf_ct_expectation_timed_out()
202 nf_ct_expect_put(exp); in nf_ct_remove_expectations()
244 nf_ct_expect_put(exp); in nf_ct_unexpect_related()
333 void nf_ct_expect_put(struct nf_conntrack_expect *exp) in nf_ct_expect_put() function
338 EXPORT_SYMBOL_GPL(nf_ct_expect_put);
384 nf_ct_expect_put(last); in evict_oldest_expect()
409 nf_ct_expect_put(i); in __nf_ct_expect_check()
Dnf_conntrack_pptp.c134 nf_ct_expect_put(exp_other); in pptp_expectfn()
169 nf_ct_expect_put(exp); in destroy_sibling_or_exp()
254 nf_ct_expect_put(exp_reply); in exp_gre()
256 nf_ct_expect_put(exp_orig); in exp_gre()
Dnf_conntrack_broadcast.c74 nf_ct_expect_put(exp); in nf_conntrack_broadcast_help()
Dnf_conntrack_h323_main.c293 nf_ct_expect_put(rtp_exp); in expect_rtp_rtcp()
325 nf_ct_expect_put(rtp_exp); in expect_rtp_rtcp()
326 nf_ct_expect_put(rtcp_exp); in expect_rtp_rtcp()
378 nf_ct_expect_put(exp); in expect_t120()
724 nf_ct_expect_put(exp); in expect_h245()
853 nf_ct_expect_put(exp); in expect_callforwarding()
1341 nf_ct_expect_put(exp); in expect_q931()
1404 nf_ct_expect_put(exp); in process_gcf()
1620 nf_ct_expect_put(exp); in process_acf()
1676 nf_ct_expect_put(exp); in process_lcf()
Dnf_conntrack_netlink.c2382 nf_ct_expect_put(exp); in ctnetlink_glue_attach_expect()
2637 nf_ct_expect_put((struct nf_conntrack_expect *)cb->args[1]); in ctnetlink_exp_done()
2681 nf_ct_expect_put(last); in ctnetlink_exp_dump_table()
2727 nf_ct_expect_put(last); in ctnetlink_exp_ct_dump_table()
2820 nf_ct_expect_put(exp); in ctnetlink_get_expect()
2828 nf_ct_expect_put(exp); in ctnetlink_get_expect()
2836 nf_ct_expect_put(exp); in ctnetlink_get_expect()
2887 nf_ct_expect_put(exp); in ctnetlink_del_expect()
2897 nf_ct_expect_put(exp); in ctnetlink_del_expect()
2902 nf_ct_expect_put(exp); in ctnetlink_del_expect()
[all …]
Dnf_conntrack_tftp.c83 nf_ct_expect_put(exp); in tftp_help()
Dnf_conntrack_sane.c160 nf_ct_expect_put(exp); in help()
Dnf_conntrack_amanda.c163 nf_ct_expect_put(exp); in amanda_help()
Dnf_conntrack_irc.c221 nf_ct_expect_put(exp); in help()
Dnf_conntrack_sip.c835 nf_ct_expect_put(exp); in flush_expectations()
953 nf_ct_expect_put(rtcp_exp); in set_expected_rtp_rtcp()
955 nf_ct_expect_put(rtp_exp); in set_expected_rtp_rtcp()
1267 nf_ct_expect_put(exp); in process_register_request()
Dnf_conntrack_helper.c411 nf_ct_expect_put(exp); in __nf_conntrack_helper_unregister()
Dnf_conntrack_ftp.c548 nf_ct_expect_put(exp); in help()
Dnf_conntrack_core.c1012 nf_ct_expect_put(exp); in init_conntrack()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_expect.h112 void nf_ct_expect_put(struct nf_conntrack_expect *exp);
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_nfct.c249 nf_ct_expect_put(exp); in ip_vs_nfct_expect_related()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_pptp.c82 nf_ct_expect_put(other_exp); in pptp_nat_expected()