Searched refs:ip6t_opts (Results 1 - 4 of 4) sorted by relevance

/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_opts.h8 struct ip6t_opts { struct
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_opts.h8 struct ip6t_opts { struct
/external/iptables/extensions/
H A Dlibip6t_dst.c6 #include <linux/netfilter_ipv6/ip6t_opts.h>
26 XTOPT_POINTER(struct ip6t_opts, hdrlen)},
110 struct ip6t_opts *optinfo = cb->data;
143 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
163 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
181 .size = XT_ALIGN(sizeof(struct ip6t_opts)),
182 .userspacesize = XT_ALIGN(sizeof(struct ip6t_opts)),
H A Dlibip6t_hbh.c6 #include <linux/netfilter_ipv6/ip6t_opts.h>
28 XTOPT_POINTER(struct ip6t_opts, hdrlen)},
104 struct ip6t_opts *optinfo = cb->data;
137 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
154 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
171 .size = XT_ALIGN(sizeof(struct ip6t_opts)),
172 .userspacesize = XT_ALIGN(sizeof(struct ip6t_opts)),

Completed in 153 milliseconds