Symbol: msg_user
net/tipc/bcast.c
332
if (msg_user(hdr) == MSG_FRAGMENTER)
net/tipc/bcast.c
402
if (msg_user(hdr) == MSG_FRAGMENTER)
net/tipc/bcast.c
451
if (msg_user(hdr) == BCAST_PROTOCOL)
net/tipc/crypto.c
1045
u32 user = msg_user(hdr);
net/tipc/crypto.c
1699
u32 user = msg_user(hdr);
net/tipc/link.c
1035
skb_queue_len(list), msg_user(hdr),
net/tipc/link.c
1218
msg_user(hdr), msg_type(hdr), msg_size(hdr), msg_errcode(hdr));
net/tipc/link.c
1250
switch (msg_user(hdr)) {
net/tipc/link.c
1302
int usr = msg_user(hdr);
net/tipc/link.c
1772
if (unlikely(msg_user(hdr) == LINK_PROTOCOL))
net/tipc/link.c
1812
if (unlikely(msg_user(hdr) == TUNNEL_PROTOCOL))
net/tipc/link.c
2049
link_co_err, msg_user(hdr),
net/tipc/link.c
2137
if (msg_user(hdr) != LINK_PROTOCOL)
net/tipc/link.c
2385
if (msg_user(hdr) == BCAST_PROTOCOL) {
net/tipc/link.c
779
if (msg_user(msg) == MSG_FRAGMENTER) {
net/tipc/msg.c
528
if (msg_user(msg) == MSG_FRAGMENTER)
net/tipc/msg.c
530
if (msg_user(msg) == TUNNEL_PROTOCOL)
net/tipc/msg.c
532
if (msg_user(msg) == BCAST_PROTOCOL)
net/tipc/msg.c
542
if (msg_user(buf_msg(tskb)) == MSG_BUNDLER) {
net/tipc/msg.h
1102
if (likely(msg_user(m) != LINK_PROTOCOL))
net/tipc/msg.h
1118
return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG);
net/tipc/msg.h
249
return msg_user(m) <= TIPC_CRITICAL_IMPORTANCE;
net/tipc/msg.h
546
int usr = msg_user(m);
net/tipc/msg.h
557
int usr = msg_user(m);
net/tipc/msg.h
579
if (msg_user(m) == MSG_FRAGMENTER)
net/tipc/msg.h
865
if (msg_user(m) == MSG_FRAGMENTER)
net/tipc/msg.h
945
switch (msg_user(m)) {
net/tipc/node.c
1632
switch (msg_user(hdr)) {
net/tipc/node.c
1876
int usr = msg_user(hdr);
net/tipc/node.c
1934
int usr = msg_user(hdr);
net/tipc/node.c
2120
usr = msg_user(hdr);
net/tipc/socket.c
1210
user = msg_user(hdr);
net/tipc/socket.c
2154
switch (msg_user(hdr)) {
net/tipc/trace.c
69
i += scnprintf(buf, sz, "msg: %u", msg_user(hdr));
net/tipc/trace.c
78
switch (msg_user(hdr)) {
net/tipc/udp_media.c
397
if (unlikely(msg_user(hdr) == LINK_CONFIG)) {