Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dcipso_ipv4.c810 int host_spot = -1; in cipso_v4_map_cat_rbm_hton() local
823 host_spot = netlbl_catmap_walk(secattr->attr.mls.cat, in cipso_v4_map_cat_rbm_hton()
824 host_spot + 1); in cipso_v4_map_cat_rbm_hton()
825 if (host_spot < 0) in cipso_v4_map_cat_rbm_hton()
830 net_spot = host_spot; in cipso_v4_map_cat_rbm_hton()
833 if (host_spot >= host_cat_size) in cipso_v4_map_cat_rbm_hton()
835 net_spot = host_cat_array[host_spot]; in cipso_v4_map_cat_rbm_hton()
873 u32 host_spot = CIPSO_V4_INV_CAT; in cipso_v4_map_cat_rbm_ntoh() local
896 host_spot = net_spot; in cipso_v4_map_cat_rbm_ntoh()
901 host_spot = net_cat_array[net_spot]; in cipso_v4_map_cat_rbm_ntoh()
[all …]