Searched refs:tipc_link_build_proto_msg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | link.c | 117 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 600 tipc_link_build_proto_msg(l, mtyp, prb, 0, 0, 0, xmitq); in tipc_link_timeout() 988 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_ack_msg() 1001 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg() 1015 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_nack_msg() 1097 tipc_link_build_proto_msg(l, msg_typ, probe_msg, gap, in tipc_link_proto_xmit() 1106 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() function 1317 tipc_link_build_proto_msg(l, STATE_MSG, 0, rcvgap, in tipc_link_proto_rcv()
|