Searched refs:FLOWCTL_BLK_SZ (Results 1 - 3 of 3) sorted by path

/linux-master/net/tipc/
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;
H A Dsocket.c227 return ((len / FLOWCTL_BLK_SZ) + 1);
232 * We can trust that this ratio is always < 4 for len >= FLOWCTL_BLK_SZ
236 return len / FLOWCTL_BLK_SZ / 4;
246 return ((msglen / FLOWCTL_BLK_SZ) + 1);
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)

Completed in 159 milliseconds