Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c14 #define MAX_PAYLOAD 2048 macro
141 char attrbuf[MAX_PAYLOAD]; in __add_veth()
204 char attrbuf[MAX_PAYLOAD]; in __ip_addr_add()
251 char attrbuf[MAX_PAYLOAD]; in __ip_route_add()
313 char attrbuf[MAX_PAYLOAD]; in __link_set_up()
355 char attrbuf[MAX_PAYLOAD]; in __add_vrf()
/linux/Documentation/driver-api/mei/
H A 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/tools/testing/selftests/net/
H A Dipsec.c51 #define MAX_PAYLOAD 2048
316 char attrbuf[MAX_PAYLOAD]; in veth_add()
366 char attrbuf[MAX_PAYLOAD]; in ip4_addr_set()
406 char attrbuf[MAX_PAYLOAD]; in link_set_up()
433 char attrbuf[MAX_PAYLOAD]; in ip4_route_set()
926 char attrbuf[MAX_PAYLOAD]; in xfrm_state_add()
1014 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()
1022 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()
1108 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_add()
1183 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_del()
47 #define MAX_PAYLOAD global() macro
[all...]
/linux/drivers/net/fddi/skfp/h/
H A Dsba_def.h14 #define MAX_PAYLOAD 1562 macro
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/drivers/net/fddi/skfp/
H A Dess.c426 if (payload > MAX_PAYLOAD || overhead > 5000) { in process_bw_alloc()