Home
last modified time | relevance | path

Searched refs:ipt_entry (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/net/ipv4/netfilter/
Dip_tables.c102 static inline struct ipt_entry *
105 return (struct ipt_entry *)(base + offset); in get_entry()
110 static inline bool unconditional(const struct ipt_entry *e) in unconditional()
114 return e->target_offset == sizeof(struct ipt_entry) && in unconditional()
120 ipt_get_target_c(const struct ipt_entry *e) in ipt_get_target_c()
122 return ipt_get_target((struct ipt_entry *)e); in ipt_get_target_c()
158 get_chainname_rulenum(const struct ipt_entry *s, const struct ipt_entry *e, in get_chainname_rulenum()
194 const struct ipt_entry *e) in trace_packet()
196 const struct ipt_entry *root; in trace_packet()
198 const struct ipt_entry *iter; in trace_packet()
[all …]
Dipt_REJECT.c72 const struct ipt_entry *e = par->entryinfo; in reject_tg_check()
Dipt_ECN.c96 const struct ipt_entry *e = par->entryinfo; in ecn_tg_check()
Dipt_SYNPROXY.c67 const struct ipt_entry *e = par->entryinfo; in synproxy_tg4_check()
Dipt_CLUSTERIP.c473 const struct ipt_entry *e = par->entryinfo; in clusterip_tg_check()
/linux-6.1.9/include/uapi/linux/netfilter_ipv4/
Dip_tables.h63 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
67 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
106 struct ipt_entry { struct
206 struct ipt_entry entries[];
218 struct ipt_entry entrytable[];
223 ipt_get_target(struct ipt_entry *e) in ipt_get_target()
/linux-6.1.9/include/linux/netfilter_ipv4/
Dip_tables.h34 struct ipt_entry entry;
39 struct ipt_entry entry;
45 .target_offset = sizeof(struct ipt_entry), \
/linux-6.1.9/net/netfilter/
Dxt_l2tp.c262 const struct ipt_entry *e = par->entryinfo; in l2tp_mt_check4()
Dxt_TCPMSS.c266 const struct ipt_entry *e = par->entryinfo; in tcpmss_tg4_check()
Dxt_CT.c57 const struct ipt_entry *e = par->entryinfo; in xt_ct_find_proto()
Dnft_compat.c54 struct ipt_entry e4;
/linux-6.1.9/net/sched/
Dem_ipt.c46 struct ipt_entry e4; in check_match()
Dact_ipt.c35 struct ipt_entry e = {}; in ipt_init_target()