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

/linux-master/net/ipv4/
H A Dcipso_ipv4.c791 u32 net_spot_max = 0; local
823 if (net_spot > net_spot_max)
824 net_spot_max = net_spot;
827 if (++net_spot_max % 8)
828 return net_spot_max / 8 + 1;
829 return net_spot_max / 8;
/linux-master/net/ipv6/
H A Dcalipso.c614 u32 net_spot_max = 0; local
626 if (spot > net_spot_max)
627 net_spot_max = spot;
630 return (net_spot_max / 32 + 1) * 4;

Completed in 208 milliseconds