Lines Matching refs:depth32
2304 match_convert_ipv6_depth(uint32_t depth, uint32_t *depth32) in match_convert_ipv6_depth() argument
2311 depth32[0] = depth; in match_convert_ipv6_depth()
2312 depth32[1] = 0; in match_convert_ipv6_depth()
2313 depth32[2] = 0; in match_convert_ipv6_depth()
2314 depth32[3] = 0; in match_convert_ipv6_depth()
2318 depth32[0] = 32; in match_convert_ipv6_depth()
2319 depth32[1] = depth - 32; in match_convert_ipv6_depth()
2320 depth32[2] = 0; in match_convert_ipv6_depth()
2321 depth32[3] = 0; in match_convert_ipv6_depth()
2325 depth32[0] = 32; in match_convert_ipv6_depth()
2326 depth32[1] = 32; in match_convert_ipv6_depth()
2327 depth32[2] = depth - 64; in match_convert_ipv6_depth()
2328 depth32[3] = 0; in match_convert_ipv6_depth()
2332 depth32[0] = 32; in match_convert_ipv6_depth()
2333 depth32[1] = 32; in match_convert_ipv6_depth()
2334 depth32[2] = 32; in match_convert_ipv6_depth()
2335 depth32[3] = depth - 96; in match_convert_ipv6_depth()
2339 depth32[0] = 32; in match_convert_ipv6_depth()
2340 depth32[1] = 32; in match_convert_ipv6_depth()
2341 depth32[2] = 32; in match_convert_ipv6_depth()
2342 depth32[3] = 32; in match_convert_ipv6_depth()