Searched refs:SHORT_H_SIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 93 if (hsize > SHORT_H_SIZE) { in tipc_msg_init() 116 if (hdr_sz > SHORT_H_SIZE) { in tipc_msg_create() 643 if (hlen == SHORT_H_SIZE) in tipc_msg_reverse()
|
H A D | msg.h | 92 #define SHORT_H_SIZE 24 /* In-cluster basic payload message */ macro 634 return msg_hdr_sz(m) == SHORT_H_SIZE; in msg_short()
|
H A D | socket.c | 581 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, in __tipc_shutdown() 1664 msg_set_hdr_sz(msg, SHORT_H_SIZE); in tipc_sk_finish_conn()
|
H A D | node.c | 1522 SHORT_H_SIZE, 0, tipc_own_addr(n->net), in node_lost_contact()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 91 if (hsize > SHORT_H_SIZE) { in tipc_msg_init() 639 if (hlen == SHORT_H_SIZE) in tipc_msg_reverse()
|
H A D | msg.h | 92 #define SHORT_H_SIZE 24 /* In-cluster basic payload message */ macro 621 return msg_hdr_sz(m) == SHORT_H_SIZE; in msg_short()
|
H A D | socket.c | 595 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, in __tipc_shutdown() 1674 msg_set_hdr_sz(msg, SHORT_H_SIZE); in tipc_sk_finish_conn()
|
H A D | node.c | 1549 SHORT_H_SIZE, 0, tipc_own_addr(n->net), in node_lost_contact()
|
Completed in 25 milliseconds