Home
last modified time | relevance | path

Searched refs:GROUP_H_SIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dsocket.c890 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 Dmsg.h96 #define GROUP_H_SIZE 44 /* Group payload message */ macro
H A Dgroup.c687 GROUP_H_SIZE, sizeof(evt), dnode, m->node, in tipc_group_create_event()