Home
last modified time | relevance | path

Searched refs:ip6t_entry (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h58 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args)
60 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
110 struct ip6t_entry { struct
133 struct ip6t_entry entry; argument
138 struct ip6t_entry entry;
144 .target_offset = sizeof(struct ip6t_entry), \
246 struct ip6t_entry entries[0];
258 struct ip6t_entry entrytable[0];
263 ip6t_get_target(struct ip6t_entry *e) in ip6t_get_target()
/linux-5.19.10/net/ipv6/netfilter/
Dip6_tables.c127 static inline struct ip6t_entry *
130 return (struct ip6t_entry *)(base + offset); in get_entry()
135 static inline bool unconditional(const struct ip6t_entry *e) in unconditional()
139 return e->target_offset == sizeof(struct ip6t_entry) && in unconditional()
144 ip6t_get_target_c(const struct ip6t_entry *e) in ip6t_get_target_c()
146 return ip6t_get_target((struct ip6t_entry *)e); in ip6t_get_target_c()
183 get_chainname_rulenum(const struct ip6t_entry *s, const struct ip6t_entry *e, in get_chainname_rulenum()
219 const struct ip6t_entry *e) in trace_packet()
221 const struct ip6t_entry *root; in trace_packet()
223 const struct ip6t_entry *iter; in trace_packet()
[all …]
Dip6t_REJECT.c81 const struct ip6t_entry *e = par->entryinfo; in reject_tg6_check()
Dip6t_SYNPROXY.c69 const struct ip6t_entry *e = par->entryinfo; in synproxy_tg6_check()
/linux-5.19.10/net/netfilter/
Dxt_l2tp.c289 const struct ip6t_entry *e = par->entryinfo; in l2tp_mt_check6()
Dxt_TCPMSS.c290 const struct ip6t_entry *e = par->entryinfo; in tcpmss_tg6_check()
Dxt_CT.c63 const struct ip6t_entry *e = par->entryinfo; in xt_ct_find_proto()
Dnft_compat.c55 struct ip6t_entry e6;
/linux-5.19.10/net/sched/
Dem_ipt.c47 struct ip6t_entry e6; in check_match()