Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dname_distr.c127 buf = named_prepare_buf(net, PUBLICATION, ITEM_SIZE, 0); in tipc_named_publish()
151 buf = named_prepare_buf(net, WITHDRAWAL, ITEM_SIZE, 0); in tipc_named_withdraw()
174 uint msg_dsz = (tipc_node_get_mtu(net, dnode, 0) / ITEM_SIZE) * in named_distribute()
175 ITEM_SIZE; in named_distribute()
193 msg_rem -= ITEM_SIZE; in named_distribute()
403 count = msg_data_sz(msg) / ITEM_SIZE; in tipc_named_rcv()
Dname_distr.h42 #define ITEM_SIZE sizeof(struct distr_item) macro
Dlink.c1520 int max_bulk = TIPC_MAX_PUBLICATIONS / (l->mtu / ITEM_SIZE); in tipc_link_set_queue_limits()