Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/net/
Dudpgso.c46 #define CONST_MSS_V4 (CONST_MTU_TEST - CONST_HDRLEN_V4) macro
49 #define CONST_MAX_SEGS_V4 (ETH_MAX_MTU / CONST_MSS_V4)
84 .tlen = CONST_MSS_V4,
89 .tlen = CONST_MSS_V4 + 1,
96 .tlen = CONST_MSS_V4,
97 .gso_len = CONST_MSS_V4,
103 .tlen = CONST_MSS_V4 + 1,
104 .gso_len = CONST_MSS_V4,
110 .tlen = CONST_MSS_V4 * 2,
111 .gso_len = CONST_MSS_V4,
[all …]