Home
last modified time | relevance | path

Searched refs:net_spot (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv4/
Dcipso_ipv4.c811 u32 net_spot = CIPSO_V4_INV_CAT; in cipso_v4_map_cat_rbm_hton() local
830 net_spot = host_spot; in cipso_v4_map_cat_rbm_hton()
835 net_spot = host_cat_array[host_spot]; in cipso_v4_map_cat_rbm_hton()
836 if (net_spot >= CIPSO_V4_INV_CAT) in cipso_v4_map_cat_rbm_hton()
840 if (net_spot >= net_clen_bits) in cipso_v4_map_cat_rbm_hton()
842 netlbl_bitmap_setbit(net_cat, net_spot, 1); in cipso_v4_map_cat_rbm_hton()
844 if (net_spot > net_spot_max) in cipso_v4_map_cat_rbm_hton()
845 net_spot_max = net_spot; in cipso_v4_map_cat_rbm_hton()
872 int net_spot = -1; in cipso_v4_map_cat_rbm_ntoh() local
884 net_spot = netlbl_bitmap_walk(net_cat, in cipso_v4_map_cat_rbm_ntoh()
[all …]