Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/netfilter/
Dip6t_hbh.c51 const struct ip6t_opts *optinfo = par->matchinfo; in hbh_mt6() local
87 optinfo->hdrlen, hdrlen, in hbh_mt6()
88 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
89 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
90 !!(optinfo->invflags & IP6T_OPTS_INV_LEN)))); in hbh_mt6()
93 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
94 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
95 !!(optinfo->invflags & IP6T_OPTS_INV_LEN))); in hbh_mt6()
99 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6()
103 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
[all …]