Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
Dudpgso.c45 #define CONST_MSS_V4 (CONST_MTU_TEST - CONST_HDRLEN_V4) macro
48 #define CONST_MAX_SEGS_V4 (ETH_MAX_MTU / CONST_MSS_V4)
91 .tlen = CONST_MSS_V4,
96 .tlen = CONST_MSS_V4 + 1,
101 .tlen = CONST_MSS_V4,
102 .gso_len = CONST_MSS_V4,
107 .tlen = CONST_MSS_V4 + 1,
108 .gso_len = CONST_MSS_V4,
114 .tlen = CONST_MSS_V4 * 2,
115 .gso_len = CONST_MSS_V4,
[all …]