Searched refs:MAX_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
14 #define MAX_PAYLOAD 2048 macro141 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()
144 #define MAX_PAYLOAD 128149 unsigned char payload[MAX_PAYLOAD];152 payload_sz = mei_cldev_recv(cldev, payload, MAX_PAYLOAD)
47 #define MAX_PAYLOAD 2048 macro315 char attrbuf[MAX_PAYLOAD]; in veth_add()365 char attrbuf[MAX_PAYLOAD]; in ip4_addr_set()405 char attrbuf[MAX_PAYLOAD]; in link_set_up()432 char attrbuf[MAX_PAYLOAD]; in ip4_route_set()922 char attrbuf[MAX_PAYLOAD]; in xfrm_state_add()1010 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()1018 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()1104 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_add()1179 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_del()[all …]
14 #define MAX_PAYLOAD 1562 macro
72 #define MAX_PAYLOAD (IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr)) macro73 #define NUM_LARGE_PKT (MAX_PAYLOAD / MSS)1104 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_sender()1256 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_receiver()1258 correct_payload[0] = (MAX_PAYLOAD + offset); in gro_receiver()
426 if (payload > MAX_PAYLOAD || overhead > 5000) { in process_bw_alloc()