Searched refs:fl_hop (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c3548 uint32_t fl_hop; local
3555 fl_hop = be32toh(sa_path->flow_label) << 8;
3556 path_data->path.flowlabel_hoplimit = htobe32(fl_hop | sa_path->hop_limit);
H A Dcma.c685 uint32_t fl_hop; local
693 fl_hop = be32toh(path_data->path.flowlabel_hoplimit);
694 sa_path->flow_label = htobe32(fl_hop >> 8);
695 sa_path->hop_limit = (uint8_t) fl_hop;

Completed in 87 milliseconds