Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c744 mtyp = STATE_MSG; in tipc_link_timeout()
1194 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_state_msg()
1235 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_nack_msg()
1325 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG)) in tipc_link_build_proto_msg()
1353 if (mtyp == STATE_MSG) { in tipc_link_build_proto_msg()
1519 case STATE_MSG: in tipc_link_proto_rcv()
1549 tipc_link_build_proto_msg(l, STATE_MSG, 0, rcvgap, in tipc_link_proto_rcv()
1580 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, in tipc_link_build_bc_proto_msg()
1797 if (mtyp != STATE_MSG) in tipc_link_bc_nack_rcv()
2142 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance()
[all …]
Dmsg.h500 #define STATE_MSG 0 macro
801 if (msg_type(m) == STATE_MSG) in msg_peer_link_is_up()
Dbcast.c398 if (msg_type(hdr) != STATE_MSG) { in tipc_bcast_sync_rcv()