Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/netfilter/
Dip6t_hbh.c48 const struct ip6t_opts *optinfo = par->matchinfo; in hbh_mt6() local
84 optinfo->hdrlen, hdrlen, in hbh_mt6()
85 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
86 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
87 !!(optinfo->invflags & IP6T_OPTS_INV_LEN)))); in hbh_mt6()
90 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
91 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
92 !!(optinfo->invflags & IP6T_OPTS_INV_LEN))); in hbh_mt6()
96 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6()
100 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
[all …]