Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dsocket.h45 #define FLOWCTL_BLK_SZ 1024 macro
48 #define RCVBUF_MIN (FLOWCTL_BLK_SZ * 512)
49 #define RCVBUF_DEF (FLOWCTL_BLK_SZ * 1024 * 2)
50 #define RCVBUF_MAX (FLOWCTL_BLK_SZ * 1024 * 16)
H A Dgroup.c48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
138 return (active_pool + idle_pool) * FLOWCTL_BLK_SZ * 4; in tipc_group_rcvbuf_limit()
H A Dsocket.c230 return ((len / FLOWCTL_BLK_SZ) + 1); in tsk_blocks()
239 return len / FLOWCTL_BLK_SZ / 4; in tsk_adv_blocks()
249 return ((msglen / FLOWCTL_BLK_SZ) + 1); in tsk_inc()