Searched refs:MAX_PAYLOAD (Results 1 – 8 of 8) sorted by relevance
144 #define MAX_PAYLOAD 128149 unsigned char payload[MAX_PAYLOAD];152 payload_sz = mei_cldev_recv(cldev, payload, MAX_PAYLOAD)
14 #define MAX_PAYLOAD 1562 macro
48 #define MAX_PAYLOAD 2048 macro276 char attrbuf[MAX_PAYLOAD]; in veth_add()326 char attrbuf[MAX_PAYLOAD]; in ip4_addr_set()366 char attrbuf[MAX_PAYLOAD]; in link_set_up()393 char attrbuf[MAX_PAYLOAD]; in ip4_route_set()936 char attrbuf[MAX_PAYLOAD]; in xfrm_state_add()1024 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()1032 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()1118 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_add()1193 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_del()[all …]
74 #define MAX_PAYLOAD (IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr)) macro75 #define NUM_LARGE_PKT (MAX_PAYLOAD / MSS)891 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_sender()1003 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_receiver()1005 correct_payload[0] = (MAX_PAYLOAD + offset); in gro_receiver()
96 #define MAX_PAYLOAD 1024 macro
2360 if (totlen > MAX_PAYLOAD) { in qla24xx_auth_els()
4361 MAX_PAYLOAD, 8, 0); in qla2x00_mem_alloc()
426 if (payload > MAX_PAYLOAD || overhead > 5000) { in process_bw_alloc()