Searched refs:STATE_MSG (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
D | link.c | 822 mtyp = STATE_MSG; in tipc_link_timeout() 1694 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_state_msg() 1739 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, in tipc_link_build_nack_msg() 1839 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG)) in tipc_link_build_proto_msg() 1867 if (mtyp == STATE_MSG) { in tipc_link_build_proto_msg() 2138 case STATE_MSG: in tipc_link_validate_msg() 2254 case STATE_MSG: in tipc_link_proto_rcv() 2295 tipc_link_build_proto_msg(l, STATE_MSG, 0, reply, in tipc_link_proto_rcv() 2326 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, in tipc_link_build_bc_proto_msg() 2496 if (mtyp != STATE_MSG) in tipc_link_bc_nack_rcv() [all …]
|
D | msg.h | 726 #define STATE_MSG 0 macro 1127 if (msg_type(m) == STATE_MSG) in msg_peer_link_is_up()
|
D | bcast.c | 510 if (msg_type(hdr) != STATE_MSG) { in tipc_bcast_sync_rcv()
|
D | crypto.c | 1083 if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) { in tipc_ehdr_build()
|