Searched refs:fl_hop (Results 1 – 2 of 2) sorted by relevance
686 uint32_t fl_hop; in ucma_convert_path() local694 fl_hop = be32toh(path_data->path.flowlabel_hoplimit); in ucma_convert_path()695 sa_path->flow_label = htobe32(fl_hop >> 8); in ucma_convert_path()696 sa_path->hop_limit = (uint8_t) fl_hop; in ucma_convert_path()
3548 uint32_t fl_hop; in rs_convert_sa_path() local3555 fl_hop = be32toh(sa_path->flow_label) << 8; in rs_convert_sa_path()3556 path_data->path.flowlabel_hoplimit = htobe32(fl_hop | sa_path->hop_limit); in rs_convert_sa_path()