Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/net/
Dudpgso.c46 #define CONST_MSS_V6 (CONST_MTU_TEST - CONST_HDRLEN_V6) macro
49 #define CONST_MAX_SEGS_V6 (ETH_MAX_MTU / CONST_MSS_V6)
186 .tlen = CONST_MSS_V6,
191 .tlen = CONST_MSS_V6 + 1,
196 .tlen = CONST_MSS_V6,
197 .gso_len = CONST_MSS_V6,
202 .tlen = CONST_MSS_V6 + 1,
203 .gso_len = CONST_MSS_V6,
209 .tlen = CONST_MSS_V6 * 2,
210 .gso_len = CONST_MSS_V6,
[all …]