Home
last modified time | relevance | path

Searched refs:tipc_link_prio (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/tipc/
Dlink.h116 int tipc_link_prio(struct tipc_link *l);
Dnode.c902 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()
Dlink.c355 int tipc_link_prio(struct tipc_link *l) in tipc_link_prio() function