Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A 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()
89 ret = (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
90 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
91 !!(optinfo->invflags & IP6T_OPTS_INV_LEN))); in hbh_mt6()
95 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6()
99 pr_debug("#%d ", optinfo in hbh_mt6()
[all...]