Home
last modified time | relevance | path

Searched refs:nf_conntrack_expect (Results 1 – 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_expect.h18 struct nf_conntrack_expect { struct
31 struct nf_conntrack_expect *this); argument
63 static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp) in nf_ct_exp_net() argument
90 struct nf_conntrack_expect *
95 struct nf_conntrack_expect *
100 struct nf_conntrack_expect *
105 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp,
107 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect()
113 void nf_ct_unexpect_related(struct nf_conntrack_expect *exp);
114 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp);
[all …]
Dnf_conntrack_ecache.h156 struct nf_conntrack_expect *exp;
171 struct nf_conntrack_expect *exp,
183 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report()
Dnf_nat_helper.h39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_expect.c47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report()
71 struct nf_conntrack_expect *exp = from_timer(exp, t, timeout); in nf_ct_expectation_timed_out()
96 const struct nf_conntrack_expect *i, in nf_ct_exp_equal()
105 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp) in nf_ct_remove_expect()
116 struct nf_conntrack_expect *
121 struct nf_conntrack_expect *i; in __nf_ct_expect_find()
137 struct nf_conntrack_expect *
142 struct nf_conntrack_expect *i; in nf_ct_expect_find_get()
156 struct nf_conntrack_expect *
161 struct nf_conntrack_expect *i, *exp = NULL; in nf_ct_find_expectation()
[all …]
Dnf_conntrack_pptp.c63 (*nf_nat_pptp_hook_exp_gre)(struct nf_conntrack_expect *expect_orig,
64 struct nf_conntrack_expect *expect_reply)
70 struct nf_conntrack_expect *exp) __read_mostly;
112 struct nf_conntrack_expect *exp) in pptp_expectfn()
130 struct nf_conntrack_expect *exp_other; in pptp_expectfn()
154 struct nf_conntrack_expect *exp; in destroy_sibling_or_exp()
211 struct nf_conntrack_expect *exp_orig, *exp_reply; in exp_gre()
Dnf_conntrack_h323_main.c80 struct nf_conntrack_expect *rtp_exp,
81 struct nf_conntrack_expect *rtcp_exp) __read_mostly;
88 struct nf_conntrack_expect *exp) __read_mostly;
95 struct nf_conntrack_expect *exp) __read_mostly;
102 struct nf_conntrack_expect *exp) __read_mostly;
108 __be16 port, struct nf_conntrack_expect *exp)
266 struct nf_conntrack_expect *rtp_exp; in expect_rtp_rtcp()
267 struct nf_conntrack_expect *rtcp_exp; in expect_rtp_rtcp()
339 struct nf_conntrack_expect *exp; in expect_t120()
676 struct nf_conntrack_expect *exp; in expect_h245()
[all …]
Dnf_conntrack_tftp.c37 struct nf_conntrack_expect *exp) __read_mostly;
47 struct nf_conntrack_expect *exp; in tftp_help()
Dnf_conntrack_amanda.c45 struct nf_conntrack_expect *exp)
94 struct nf_conntrack_expect *exp; in amanda_help()
Dnf_nat_tftp.c25 struct nf_conntrack_expect *exp) in help()
Dnf_conntrack_irc.c38 struct nf_conntrack_expect *exp) __read_mostly;
116 struct nf_conntrack_expect *exp; in help()
Dnf_conntrack_netlink.c2635 static struct nf_conntrack_expect *
2867 struct nf_conntrack_expect *exp; in ctnetlink_glue_attach_expect()
2981 static __be32 nf_expect_get_id(const struct nf_conntrack_expect *exp) in nf_expect_get_id()
3002 const struct nf_conntrack_expect *exp) in ctnetlink_exp_dump_expect()
3073 int event, const struct nf_conntrack_expect *exp) in ctnetlink_exp_fill_info()
3100 struct nf_conntrack_expect *exp = item->exp; in ctnetlink_expect_event()
3149 nf_ct_expect_put((struct nf_conntrack_expect *)cb->args[1]); in ctnetlink_exp_done()
3157 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_dump_table()
3162 last = (struct nf_conntrack_expect *)cb->args[1]; in ctnetlink_exp_dump_table()
3205 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_ct_dump_table()
[all …]
Dnf_nat_amanda.c33 struct nf_conntrack_expect *exp) in help()
Dnf_nat_sip.c319 struct nf_conntrack_expect *exp) in nf_nat_sip_expected()
322 struct nf_conntrack_expect *pair_exp; in nf_nat_sip_expected()
376 struct nf_conntrack_expect *exp, in nf_nat_sip_expect()
574 struct nf_conntrack_expect *rtp_exp, in nf_nat_sdp_media()
575 struct nf_conntrack_expect *rtcp_exp, in nf_nat_sdp_media()
Dnf_conntrack_broadcast.c23 struct nf_conntrack_expect *exp; in nf_conntrack_broadcast_help()
Dnf_nat_irc.c37 struct nf_conntrack_expect *exp) in help()
/kernel/linux/linux-5.10/include/linux/netfilter/
Dnf_conntrack_h323.h38 struct nf_conntrack_expect *this);
40 struct nf_conntrack_expect *this);
68 struct nf_conntrack_expect *rtp_exp,
69 struct nf_conntrack_expect *rtcp_exp);
75 struct nf_conntrack_expect *exp);
81 struct nf_conntrack_expect *exp);
89 struct nf_conntrack_expect *exp);
95 struct nf_conntrack_expect *exp);
Dnf_conntrack_sip.h125 struct nf_conntrack_expect *exp,
161 struct nf_conntrack_expect *rtp_exp,
162 struct nf_conntrack_expect *rtcp_exp,
Dnf_conntrack_pptp.h318 (*nf_nat_pptp_hook_exp_gre)(struct nf_conntrack_expect *exp_orig,
319 struct nf_conntrack_expect *exp_reply);
323 struct nf_conntrack_expect *exp);
Dnf_conntrack_amanda.h15 struct nf_conntrack_expect *exp);
Dnf_conntrack_irc.h16 struct nf_conntrack_expect *exp);
Dnf_conntrack_tftp.h24 struct nf_conntrack_expect *exp);
Dnf_conntrack_ftp.h35 struct nf_conntrack_expect *exp);
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_nat_h323.c179 struct nf_conntrack_expect *rtp_exp, in nat_rtp_rtcp()
180 struct nf_conntrack_expect *rtcp_exp) in nat_rtp_rtcp()
284 struct nf_conntrack_expect *exp) in nat_t120()
335 struct nf_conntrack_expect *exp) in nat_h245()
395 struct nf_conntrack_expect *this) in ip_nat_q931_expect()
426 __be16 port, struct nf_conntrack_expect *exp) in nat_q931()
497 struct nf_conntrack_expect *this) in ip_nat_callforwarding_expect()
523 struct nf_conntrack_expect *exp) in nat_callforwarding()
Dnf_nat_pptp.c44 struct nf_conntrack_expect *exp) in pptp_nat_expected()
48 struct nf_conntrack_expect *other_exp; in pptp_nat_expected()
199 pptp_exp_gre(struct nf_conntrack_expect *expect_orig, in pptp_exp_gre()
200 struct nf_conntrack_expect *expect_reply) in pptp_exp_gre()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_nfct.c141 struct nf_conntrack_expect *exp) in ip_vs_nfct_expect_callback()
215 struct nf_conntrack_expect *exp; in ip_vs_nfct_expect_related()

12