net/tipc/bcast.c
510
if (msg_type(hdr) != STATE_MSG) {
net/tipc/crypto.c
1088
if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) {
net/tipc/link.c
1706
tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, 0, xmitq);
net/tipc/link.c
1751
tipc_link_build_proto_msg(l, STATE_MSG, 0, 0,
net/tipc/link.c
1851
if (!tipc_link_is_up(l) && (mtyp == STATE_MSG))
net/tipc/link.c
1879
if (mtyp == STATE_MSG) {
net/tipc/link.c
2151
case STATE_MSG:
net/tipc/link.c
2270
case STATE_MSG:
net/tipc/link.c
2311
tipc_link_build_proto_msg(l, STATE_MSG, 0, reply,
net/tipc/link.c
2342
skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE,
net/tipc/link.c
2512
if (mtyp != STATE_MSG)
net/tipc/link.c
2869
tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq);
net/tipc/link.c
2876
tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, prio, xmitq);
net/tipc/link.c
832
mtyp = STATE_MSG;
net/tipc/msg.h
1104
if (msg_type(m) == STATE_MSG)