Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dcipso_ipv4.c1206 u32 net_iter; in cipso_v4_map_cat_rng_ntoh() local
1210 for (net_iter = 0; net_iter < net_cat_len; net_iter += 4) { in cipso_v4_map_cat_rng_ntoh()
1211 cat_high = get_unaligned_be16(&net_cat[net_iter]); in cipso_v4_map_cat_rng_ntoh()
1212 if ((net_iter + 4) <= net_cat_len) in cipso_v4_map_cat_rng_ntoh()
1213 cat_low = get_unaligned_be16(&net_cat[net_iter + 2]); in cipso_v4_map_cat_rng_ntoh()