Lines Matching refs:net_spot
791 u32 net_spot = CIPSO_V4_INV_CAT;
810 net_spot = host_spot;
815 net_spot = host_cat_array[host_spot];
816 if (net_spot >= CIPSO_V4_INV_CAT)
820 if (net_spot >= net_clen_bits)
822 netlbl_bitmap_setbit(net_cat, net_spot, 1);
824 if (net_spot > net_spot_max)
825 net_spot_max = net_spot;
852 int net_spot = -1;
864 net_spot = netlbl_bitmap_walk(net_cat,
866 net_spot + 1,
868 if (net_spot < 0) {
869 if (net_spot == -2)
876 host_spot = net_spot;
879 if (net_spot >= net_cat_size)
881 host_spot = net_cat_array[net_spot];