Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h56 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args)
58 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
108 struct ip6t_entry { struct
131 struct ip6t_entry entry; argument
136 struct ip6t_entry entry;
142 .target_offset = sizeof(struct ip6t_entry), \
244 struct ip6t_entry entries[0];
256 struct ip6t_entry entrytable[0];
261 ip6t_get_target(struct ip6t_entry *e) in ip6t_get_target()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c193 static inline struct ip6t_entry *
196 return (struct ip6t_entry *)(base + offset); in get_entry()
209 ip6t_get_target_c(const struct ip6t_entry *e) in ip6t_get_target_c()
211 return ip6t_get_target((struct ip6t_entry *)e); in ip6t_get_target_c()
248 get_chainname_rulenum(const struct ip6t_entry *s, const struct ip6t_entry *e, in get_chainname_rulenum()
261 if (s->target_offset == sizeof(struct ip6t_entry) && in get_chainname_rulenum()
284 const struct ip6t_entry *e) in trace_packet()
287 const struct ip6t_entry *root; in trace_packet()
289 const struct ip6t_entry *iter; in trace_packet()
310 static inline __pure struct ip6t_entry *
[all …]
Dip6t_REJECT.c79 const struct ip6t_entry *e = par->entryinfo; in reject_tg6_check()
Dip6t_SYNPROXY.c429 const struct ip6t_entry *e = par->entryinfo; in synproxy_tg6_check()
/linux-4.1.27/net/netfilter/
Dxt_l2tp.c288 const struct ip6t_entry *e = par->entryinfo; in l2tp_mt_check6()
Dxt_TCPMSS.c291 const struct ip6t_entry *e = par->entryinfo; in tcpmss_tg6_check()
Dxt_CT.c66 const struct ip6t_entry *e = par->entryinfo; in xt_ct_find_proto()
Dnft_compat.c44 struct ip6t_entry e6;