Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dcipso_ipv4.c790 u32 net_spot = CIPSO_V4_INV_CAT; in cipso_v4_map_cat_rbm_hton() local
809 net_spot = host_spot; in cipso_v4_map_cat_rbm_hton()
819 if (net_spot >= net_clen_bits) in cipso_v4_map_cat_rbm_hton()
823 if (net_spot > net_spot_max) in cipso_v4_map_cat_rbm_hton()
824 net_spot_max = net_spot; in cipso_v4_map_cat_rbm_hton()
851 int net_spot = -1; in cipso_v4_map_cat_rbm_ntoh() local
865 net_spot + 1, in cipso_v4_map_cat_rbm_ntoh()
867 if (net_spot < 0) { in cipso_v4_map_cat_rbm_ntoh()
868 if (net_spot == -2) in cipso_v4_map_cat_rbm_ntoh()
875 host_spot = net_spot; in cipso_v4_map_cat_rbm_ntoh()
[all …]