Searched refs:tipc_link_prio (Results 1 – 3 of 3) sorted by relevance
116 int tipc_link_prio(struct tipc_link *l);
902 if (tipc_link_prio(nl) > tipc_link_prio(ol)) { in __tipc_node_link_up()908 } else if (tipc_link_prio(nl) == tipc_link_prio(ol)) { in __tipc_node_link_up()1022 prio = tipc_link_prio(_l); in __tipc_node_link_down()
355 int tipc_link_prio(struct tipc_link *l) in tipc_link_prio() function