Searched refs:GROUP_H_SIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 890 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg() 897 msg_set_hdr_sz(hdr, GROUP_H_SIZE); in tipc_send_group_msg() 940 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast() 986 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast() 1099 msg_set_hdr_sz(hdr, GROUP_H_SIZE); in tipc_send_group_bcast()
|
H A D | group.c | 687 GROUP_H_SIZE, sizeof(evt), dnode, m->node, in tipc_group_create_event()
|
H A D | msg.h | 96 #define GROUP_H_SIZE 44 /* Group payload message */ macro
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 913 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg() 920 msg_set_hdr_sz(hdr, GROUP_H_SIZE); in tipc_send_group_msg() 963 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast() 1009 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast() 1119 msg_set_hdr_sz(hdr, GROUP_H_SIZE); in tipc_send_group_bcast()
|
H A D | group.c | 688 GROUP_H_SIZE, sizeof(evt), dnode, m->node, in tipc_group_create_event()
|
H A D | msg.h | 96 #define GROUP_H_SIZE 44 /* Group payload message */ macro
|
Completed in 17 milliseconds