Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.h247 bool tipc_link_is_synching(struct tipc_link *l);
Dnode.c1240 if ((n->state == NODE_SYNCHING) && tipc_link_is_synching(l)) { in tipc_node_check_state()
1241 if (tipc_link_is_synching(l)) { in tipc_node_check_state()
Dlink.c151 bool tipc_link_is_synching(struct tipc_link *l) in tipc_link_is_synching() function
1314 if (more(peers_snd_nxt, rcv_nxt) && !tipc_link_is_synching(l)) in tipc_link_proto_rcv()