Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter_ipv6/
H A 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[];
258 struct ip6t_entry entrytable[];
263 ip6t_get_target(struct ip6t_entry *e) in ip6t_get_target()
/linux/net/ipv6/netfilter/
H A Dip6t_REJECT.c81 const struct ip6t_entry *e = par->entryinfo; in reject_tg6_check()
H A Dip6t_SYNPROXY.c69 const struct ip6t_entry *e = par->entryinfo; in synproxy_tg6_check()
/linux/net/netfilter/
H A Dxt_l2tp.c289 const struct ip6t_entry *e = par->entryinfo; in l2tp_mt_check6()
H A Dxt_TCPMSS.c296 const struct ip6t_entry *e = par->entryinfo; in tcpmss_tg6_check()
H A Dnft_compat.c55 struct ip6t_entry e6;
/linux/net/sched/
H A Dem_ipt.c47 struct ip6t_entry e6; in check_match()