Searched refs:MAX_PAYLOAD (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/fddi/skfp/h/
H A Dsba_def.h14 #define MAX_PAYLOAD 1562 macro
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c14 #define MAX_PAYLOAD 2048 macro
141 char attrbuf[MAX_PAYLOAD];
204 char attrbuf[MAX_PAYLOAD];
251 char attrbuf[MAX_PAYLOAD];
313 char attrbuf[MAX_PAYLOAD];
355 char attrbuf[MAX_PAYLOAD];
/linux-master/tools/testing/selftests/net/
H A Dipsec.c47 #define MAX_PAYLOAD 2048 macro
314 char attrbuf[MAX_PAYLOAD];
364 char attrbuf[MAX_PAYLOAD];
404 char attrbuf[MAX_PAYLOAD];
431 char attrbuf[MAX_PAYLOAD];
921 char attrbuf[MAX_PAYLOAD];
1009 char attrbuf[MAX_PAYLOAD];
1017 char attrbuf[MAX_PAYLOAD];
1103 char attrbuf[MAX_PAYLOAD];
1178 char attrbuf[MAX_PAYLOAD];
[all...]
H A Dgro.c71 #define MAX_PAYLOAD (IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr)) macro
72 #define NUM_LARGE_PKT (MAX_PAYLOAD / MSS)
959 * MAX_PAYLOAD is defined with the larger header of the two.
962 int remainder = (MAX_PAYLOAD + offset) % MSS;
1085 int remainder = (MAX_PAYLOAD + offset) % MSS;
1087 correct_payload[0] = (MAX_PAYLOAD + offset);
/linux-master/drivers/net/fddi/skfp/
H A Dess.c426 if (payload > MAX_PAYLOAD || overhead > 5000) {

Completed in 207 milliseconds