Searched refs:tipc_link_build_proto_msg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/tipc/ |
D | link.c | 237 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 816 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout() 1482 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_state_msg() 1496 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg() 1524 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_nack_msg() 1600 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() function 2069 tipc_link_build_proto_msg(l, STATE_MSG, 0, reply, in tipc_link_proto_rcv() 2635 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance() 2642 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, prio, xmitq); in tipc_link_set_prio()
|