Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A 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)
194 .tlen = CONST_MSS_V6,
199 .tlen = CONST_MSS_V6 + 1,
204 .tlen = CONST_MSS_V6,
205 .gso_len = CONST_MSS_V6,
210 .tlen = CONST_MSS_V6 + 1,
211 .gso_len = CONST_MSS_V6,
217 .tlen = CONST_MSS_V6 * 2,
218 .gso_len = CONST_MSS_V6,
[all …]