Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/driver-api/mei/
Dmei-client-bus.rst144 #define MAX_PAYLOAD 128
149 unsigned char payload[MAX_PAYLOAD];
152 payload_sz = mei_cldev_recv(cldev, payload, MAX_PAYLOAD)
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dsba_def.h14 #define MAX_PAYLOAD 1562 macro
/linux-5.19.10/tools/testing/selftests/net/
Dipsec.c47 #define MAX_PAYLOAD 2048 macro
275 char attrbuf[MAX_PAYLOAD]; in veth_add()
325 char attrbuf[MAX_PAYLOAD]; in ip4_addr_set()
365 char attrbuf[MAX_PAYLOAD]; in link_set_up()
392 char attrbuf[MAX_PAYLOAD]; in ip4_route_set()
935 char attrbuf[MAX_PAYLOAD]; in xfrm_state_add()
1023 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()
1031 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()
1117 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_add()
1192 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_del()
[all …]
Dgro.c71 #define MAX_PAYLOAD (IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr)) macro
72 #define NUM_LARGE_PKT (MAX_PAYLOAD / MSS)
892 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_sender()
1004 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_receiver()
1006 correct_payload[0] = (MAX_PAYLOAD + offset); in gro_receiver()
/linux-5.19.10/drivers/net/fddi/skfp/
Dess.c426 if (payload > MAX_PAYLOAD || overhead > 5000) { in process_bw_alloc()