Searched refs:ip6t_entry (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 58 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-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 130 static inline struct ip6t_entry * 133 return (struct ip6t_entry *)(base + offset); in get_entry() 138 static inline bool unconditional(const struct ip6t_entry *e) in unconditional() 142 return e->target_offset == sizeof(struct ip6t_entry) && in unconditional() 147 ip6t_get_target_c(const struct ip6t_entry *e) in ip6t_get_target_c() 149 return ip6t_get_target((struct ip6t_entry *)e); in ip6t_get_target_c() 186 get_chainname_rulenum(const struct ip6t_entry *s, const struct ip6t_entry *e, in get_chainname_rulenum() 222 const struct ip6t_entry *e) in trace_packet() 224 const struct ip6t_entry *root; in trace_packet() 226 const struct ip6t_entry *iter; in trace_packet() [all …]
|
D | ip6t_REJECT.c | 85 const struct ip6t_entry *e = par->entryinfo; in reject_tg6_check()
|
D | ip6t_SYNPROXY.c | 465 const struct ip6t_entry *e = par->entryinfo; in synproxy_tg6_check()
|
/Linux-v4.19/net/sched/ |
D | em_ipt.c | 50 struct ip6t_entry e6; in check_match()
|
/Linux-v4.19/net/netfilter/ |
D | xt_l2tp.c | 292 const struct ip6t_entry *e = par->entryinfo; in l2tp_mt_check6()
|
D | xt_TCPMSS.c | 293 const struct ip6t_entry *e = par->entryinfo; in tcpmss_tg6_check()
|
D | xt_CT.c | 66 const struct ip6t_entry *e = par->entryinfo; in xt_ct_find_proto()
|
D | nft_compat.c | 76 struct ip6t_entry e6;
|