Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dname_distr.c41 #define ITEM_SIZE sizeof(struct distr_item) macro
138 buf = named_prepare_buf(PUBLICATION, ITEM_SIZE, 0); in tipc_named_publish()
161 buf = named_prepare_buf(WITHDRAWAL, ITEM_SIZE, 0); in tipc_named_withdraw()
186 max_item_buf = TIPC_MAX_USER_MSG_SIZE / ITEM_SIZE; in tipc_named_node_up()
187 max_item_buf *= ITEM_SIZE; in tipc_named_node_up()
188 rest = publ_cnt * ITEM_SIZE; in tipc_named_node_up()
203 left -= ITEM_SIZE; in tipc_named_node_up()
254 u32 count = msg_data_sz(msg) / ITEM_SIZE; in tipc_named_recv()