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