Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dcipso_ipv4.c882 u32 net_spot_max = 0; in cipso_v4_map_cat_rbm_hton() local
914 if (net_spot > net_spot_max) in cipso_v4_map_cat_rbm_hton()
915 net_spot_max = net_spot; in cipso_v4_map_cat_rbm_hton()
918 if (++net_spot_max % 8) in cipso_v4_map_cat_rbm_hton()
919 return net_spot_max / 8 + 1; in cipso_v4_map_cat_rbm_hton()
920 return net_spot_max / 8; in cipso_v4_map_cat_rbm_hton()