Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnet_test.c10 #define GSO_TEST_SIZE 1000 macro
24 skb_shinfo(skb)->gso_size = GSO_TEST_SIZE; in __init_skb()
59 .linear_len = GSO_TEST_SIZE,
61 .segs = (const unsigned int[]) { GSO_TEST_SIZE },
66 .linear_len = GSO_TEST_SIZE + GSO_TEST_SIZE + 1,
68 .segs = (const unsigned int[]) { GSO_TEST_SIZE, GSO_TEST_SIZE, 1 },
73 .linear_len = GSO_TEST_SIZE,
75 .frags = (const unsigned int[]) { GSO_TEST_SIZE, 1 },
77 .segs = (const unsigned int[]) { GSO_TEST_SIZE, GSO_TEST_SIZE, 1 },
83 .frags = (const unsigned int[]) { GSO_TEST_SIZE, GSO_TEST_SIZE, 2 },
[all …]