Searched defs:fraginfo (Results 1 - 1 of 1) sorted by relevance

/external/iptables/extensions/
H A Dlibip6t_frag.c46 struct ip6t_frag *fraginfo = (void *)m->data; local
48 fraginfo->ids[1] = ~0U;
53 struct ip6t_frag *fraginfo = cb->data; local
59 fraginfo->ids[1] = fraginfo->ids[0];
61 fraginfo->invflags |= IP6T_FRAG_INV_IDS;
66 fraginfo->flags |= IP6T_FRAG_IDS;
74 fraginfo->invflags |= IP6T_FRAG_INV_LEN;
75 fraginfo->flags |= IP6T_FRAG_LEN;
78 fraginfo
141 const struct ip6t_frag *fraginfo = (struct ip6t_frag *)match->data; local
[all...]

Completed in 109 milliseconds