Home
last modified time | relevance | path

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

/linux/net/core/ !
H A Dnet_test.c48 const unsigned int *frag_skbs; member
102 .frag_skbs = (const unsigned int[]) { GSO_TEST_SIZE, GSO_TEST_SIZE },
110 .frag_skbs = (const unsigned int[]) { GSO_TEST_SIZE, GSO_TEST_SIZE },
120 .frag_skbs = (const unsigned int[]) { GSO_TEST_SIZE, 1, GSO_TEST_SIZE, 2 },
134 .frag_skbs = (const unsigned int[]) { 100, 200, 300, 400 },
185 if (tcase->frag_skbs) { in gso_test_func()
195 frag_size = tcase->frag_skbs[i]; in gso_test_func()