HomeSort by relevance Sort by last modified time
    Searched full:rtinfo (Results 1 - 1 of 1) sorted by null

  /external/iptables/extensions/
libip6t_rt.c 104 struct ip6t_rt *rtinfo = cb->data; local
110 rtinfo->invflags |= IP6T_RT_INV_TYP;
111 rtinfo->flags |= IP6T_RT_TYP;
115 rtinfo->segsleft[1] = rtinfo->segsleft[0];
117 rtinfo->invflags |= IP6T_RT_INV_SGS;
118 rtinfo->flags |= IP6T_RT_SGS;
122 rtinfo->invflags |= IP6T_RT_INV_LEN;
123 rtinfo->flags |= IP6T_RT_LEN;
126 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 |
182 const struct ip6t_rt *rtinfo = (struct ip6t_rt *)match->data; local
206 const struct ip6t_rt *rtinfo = (struct ip6t_rt *)match->data; local
    [all...]

Completed in 153 milliseconds