Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dseg6_local.c2324 * @parsed_attrs, starting from the first attribute up to the @max_parsed
2327 static void __destroy_attrs(unsigned long parsed_attrs, int max_parsed, in __destroy_attrs() argument
2337 * up to the @max_parsed (excluded) attribute. in __destroy_attrs()
2342 for (i = SEG6_LOCAL_SRH; i < max_parsed; ++i) { in __destroy_attrs()