Searched refs:G_PASS_OPEN_TOS (Results 1 – 2 of 2) sorted by relevance
1370 req->peer_port, G_PASS_OPEN_TOS(ntohl(req->tos_tid))); in pass_accept_req()1403 child_ep->tos = G_PASS_OPEN_TOS(ntohl(req->tos_tid)); in pass_accept_req()
523 #define G_PASS_OPEN_TOS(x) (((x) >> S_PASS_OPEN_TOS) & M_PASS_OPEN_TOS) macro