Lines Matching refs:host_spot
790 int host_spot = -1; in cipso_v4_map_cat_rbm_hton() local
803 host_spot = netlbl_catmap_walk(secattr->attr.mls.cat, in cipso_v4_map_cat_rbm_hton()
804 host_spot + 1); in cipso_v4_map_cat_rbm_hton()
805 if (host_spot < 0) in cipso_v4_map_cat_rbm_hton()
810 net_spot = host_spot; in cipso_v4_map_cat_rbm_hton()
813 if (host_spot >= host_cat_size) in cipso_v4_map_cat_rbm_hton()
815 net_spot = host_cat_array[host_spot]; in cipso_v4_map_cat_rbm_hton()
853 u32 host_spot = CIPSO_V4_INV_CAT; in cipso_v4_map_cat_rbm_ntoh() local
876 host_spot = net_spot; in cipso_v4_map_cat_rbm_ntoh()
881 host_spot = net_cat_array[net_spot]; in cipso_v4_map_cat_rbm_ntoh()
882 if (host_spot >= CIPSO_V4_INV_CAT) in cipso_v4_map_cat_rbm_ntoh()
887 host_spot, in cipso_v4_map_cat_rbm_ntoh()