Searched refs:SHORT_H_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | msg.c | 83 if (hsize > SHORT_H_SIZE) { in tipc_msg_init() 106 if (hdr_sz > SHORT_H_SIZE) { in tipc_msg_create()
|
D | msg.h | 85 #define SHORT_H_SIZE 24 /* In-cluster basic payload message */ macro 421 return msg_hdr_sz(m) == SHORT_H_SIZE; in msg_short()
|
D | socket.c | 467 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, in tipc_release() 1120 msg_set_hdr_sz(msg, SHORT_H_SIZE); in tipc_sk_finish_conn() 2111 TIPC_CONN_MSG, SHORT_H_SIZE, in tipc_shutdown()
|
D | node.c | 884 SHORT_H_SIZE, 0, tipc_own_addr(n->net), in node_lost_contact()
|