Searched refs:TCP_SKB_MIN_TRUESIZE (Results 1 – 1 of 1) sorted by relevance
2460 #define TCP_SKB_MIN_TRUESIZE (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff))) macro2462 #define SOCK_MIN_SNDBUF (TCP_SKB_MIN_TRUESIZE * 2)2463 #define SOCK_MIN_RCVBUF TCP_SKB_MIN_TRUESIZE