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

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

Completed in 68 milliseconds