net_spot_max      799 net/ipv4/cipso_ipv4.c 	u32 net_spot_max = 0;
net_spot_max      831 net/ipv4/cipso_ipv4.c 		if (net_spot > net_spot_max)
net_spot_max      832 net/ipv4/cipso_ipv4.c 			net_spot_max = net_spot;
net_spot_max      835 net/ipv4/cipso_ipv4.c 	if (++net_spot_max % 8)
net_spot_max      836 net/ipv4/cipso_ipv4.c 		return net_spot_max / 8 + 1;
net_spot_max      837 net/ipv4/cipso_ipv4.c 	return net_spot_max / 8;
net_spot_max      618 net/ipv6/calipso.c 	u32 net_spot_max = 0;
net_spot_max      630 net/ipv6/calipso.c 		if (spot > net_spot_max)
net_spot_max      631 net/ipv6/calipso.c 			net_spot_max = spot;
net_spot_max      634 net/ipv6/calipso.c 	return (net_spot_max / 32 + 1) * 4;