/linux-5.19.10/include/net/netfilter/ |
D | nf_conntrack_expect.h | 18 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 …]
|
D | nf_conntrack_ecache.h | 58 struct nf_conntrack_expect *exp; 138 struct nf_conntrack_expect *exp, 155 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report()
|
D | nf_nat_helper.h | 39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
|
/linux-5.19.10/net/netfilter/ |
D | nf_conntrack_expect.c | 47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() 74 struct nf_conntrack_expect *exp = from_timer(exp, t, timeout); in nf_ct_expectation_timed_out() 110 const struct nf_conntrack_expect *i, in nf_ct_exp_equal() 119 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp) in nf_ct_remove_expect() 130 struct nf_conntrack_expect * 136 struct nf_conntrack_expect *i; in __nf_ct_expect_find() 152 struct nf_conntrack_expect * 157 struct nf_conntrack_expect *i; in nf_ct_expect_find_get() 171 struct nf_conntrack_expect * 177 struct nf_conntrack_expect *i, *exp = NULL; in nf_ct_find_expectation() [all …]
|
D | nf_conntrack_h323_main.c | 82 struct nf_conntrack_expect *rtp_exp, 83 struct nf_conntrack_expect *rtcp_exp) __read_mostly; 90 struct nf_conntrack_expect *exp) __read_mostly; 97 struct nf_conntrack_expect *exp) __read_mostly; 104 struct nf_conntrack_expect *exp) __read_mostly; 110 __be16 port, struct nf_conntrack_expect *exp) 272 struct nf_conntrack_expect *rtp_exp; in expect_rtp_rtcp() 273 struct nf_conntrack_expect *rtcp_exp; in expect_rtp_rtcp() 345 struct nf_conntrack_expect *exp; in expect_t120() 682 struct nf_conntrack_expect *exp; in expect_h245() [all …]
|
D | nf_conntrack_tftp.c | 37 struct nf_conntrack_expect *exp) __read_mostly; 47 struct nf_conntrack_expect *exp; in tftp_help()
|
D | nf_conntrack_amanda.c | 45 struct nf_conntrack_expect *exp) 94 struct nf_conntrack_expect *exp; in amanda_help()
|
D | nf_nat_tftp.c | 25 struct nf_conntrack_expect *exp) in help()
|
D | nf_conntrack_irc.c | 38 struct nf_conntrack_expect *exp) __read_mostly; 117 struct nf_conntrack_expect *exp; in help()
|
D | nf_conntrack_pptp.c | 90 struct nf_conntrack_expect *exp) in pptp_expectfn() 108 struct nf_conntrack_expect *exp_other; in pptp_expectfn() 132 struct nf_conntrack_expect *exp; in destroy_sibling_or_exp() 189 struct nf_conntrack_expect *exp_orig, *exp_reply; in exp_gre()
|
D | nf_conntrack_netlink.c | 2682 static struct nf_conntrack_expect * 2914 struct nf_conntrack_expect *exp; in ctnetlink_glue_attach_expect() 3027 static __be32 nf_expect_get_id(const struct nf_conntrack_expect *exp) in nf_expect_get_id() 3048 const struct nf_conntrack_expect *exp) in ctnetlink_exp_dump_expect() 3119 int event, const struct nf_conntrack_expect *exp) in ctnetlink_exp_fill_info() 3146 struct nf_conntrack_expect *exp = item->exp; in ctnetlink_expect_event() 3195 nf_ct_expect_put((struct nf_conntrack_expect *)cb->args[1]); in ctnetlink_exp_done() 3203 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_dump_table() 3208 last = (struct nf_conntrack_expect *)cb->args[1]; in ctnetlink_exp_dump_table() 3251 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_ct_dump_table() [all …]
|
D | nf_nat_sip.c | 319 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()
|
D | nf_nat_amanda.c | 33 struct nf_conntrack_expect *exp) in help()
|
D | nf_conntrack_broadcast.c | 23 struct nf_conntrack_expect *exp; in nf_conntrack_broadcast_help()
|
D | nf_nat_irc.c | 37 struct nf_conntrack_expect *exp) in help()
|
/linux-5.19.10/include/linux/netfilter/ |
D | nf_conntrack_h323.h | 38 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);
|
D | nf_conntrack_sip.h | 125 struct nf_conntrack_expect *exp, 161 struct nf_conntrack_expect *rtp_exp, 162 struct nf_conntrack_expect *rtcp_exp,
|
D | nf_conntrack_pptp.h | 314 void (*exp_gre)(struct nf_conntrack_expect *exp_orig, 315 struct nf_conntrack_expect *exp_reply); 317 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_amanda.h | 15 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_irc.h | 16 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_tftp.h | 24 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_ftp.h | 35 struct nf_conntrack_expect *exp);
|
/linux-5.19.10/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 179 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()
|
D | nf_nat_pptp.c | 44 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()
|
/linux-5.19.10/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 141 struct nf_conntrack_expect *exp) in ip_vs_nfct_expect_callback() 215 struct nf_conntrack_expect *exp; in ip_vs_nfct_expect_related()
|