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)
2249 if (in_range(peers_prio, l->priority + 1, TIPC_MAX_LINK_PRI)) in tipc_link_proto_rcv()2293 in_range(peers_prio, 1, TIPC_MAX_LINK_PRI)) { in tipc_link_proto_rcv()2591 if (prio > TIPC_MAX_LINK_PRI) in tipc_nl_parse_link_prop()
267 if (prio > TIPC_MAX_LINK_PRI && prio != TIPC_MEDIA_LINK_PRI) { in tipc_enable_bearer()
457 if (ntohl(b->priority) <= TIPC_MAX_LINK_PRI) { in tipc_nl_compat_bearer_enable()
Completed in 24 milliseconds