Searched refs:TIPC_MAX_LINK_PRI (Results 1 – 4 of 4) sorted by relevance
165 #define TIPC_MAX_LINK_PRI 31 macro166 #define TIPC_MEDIA_LINK_PRI (TIPC_MAX_LINK_PRI + 1)
2201 if (in_range(peers_prio, l->priority + 1, TIPC_MAX_LINK_PRI)) in tipc_link_proto_rcv()2245 in_range(peers_prio, 1, TIPC_MAX_LINK_PRI)) { in tipc_link_proto_rcv()2543 if (prio > TIPC_MAX_LINK_PRI) in tipc_nl_parse_link_prop()
254 if (prio > TIPC_MAX_LINK_PRI && prio != TIPC_MEDIA_LINK_PRI) { in tipc_enable_bearer()
454 if (ntohl(b->priority) <= TIPC_MAX_LINK_PRI) { in tipc_nl_compat_bearer_enable()