Lines Matching refs:net_spot
790 u32 net_spot = CIPSO_V4_INV_CAT;
809 net_spot = host_spot;
814 net_spot = host_cat_array[host_spot];
815 if (net_spot >= CIPSO_V4_INV_CAT)
819 if (net_spot >= net_clen_bits)
821 netlbl_bitmap_setbit(net_cat, net_spot, 1);
823 if (net_spot > net_spot_max)
824 net_spot_max = net_spot;
851 int net_spot = -1;
863 net_spot = netlbl_bitmap_walk(net_cat,
865 net_spot + 1,
867 if (net_spot < 0) {
868 if (net_spot == -2)
875 host_spot = net_spot;
878 if (net_spot >= net_cat_size)
880 host_spot = net_cat_array[net_spot];