Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.c560 int mtyp = STATE_MSG; in tipc_link_timeout()
988 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_ack_msg()
1015 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_nack_msg()
1132 if (mtyp == STATE_MSG) { in tipc_link_build_proto_msg()
1296 case STATE_MSG: in tipc_link_proto_rcv()
1317 tipc_link_build_proto_msg(l, STATE_MSG, 0, rcvgap, in tipc_link_proto_rcv()
1348 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, in tipc_link_build_bc_proto_msg()
1501 if (mtyp != STATE_MSG) in tipc_link_bc_nack_rcv()
1684 tipc_link_proto_xmit(link, STATE_MSG, 0, 0, tol, 0); in tipc_nl_link_set()
1691 tipc_link_proto_xmit(link, STATE_MSG, 0, 0, 0, prio); in tipc_nl_link_set()
Dmsg.h513 #define STATE_MSG 0 macro
770 if (msg_type(m) == STATE_MSG) in msg_peer_link_is_up()
Dbcast.c281 if (msg_type(hdr) == STATE_MSG) { in tipc_bcast_sync_rcv()