Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_adjust_tail_kern.c24 #define MAX_PCKT_SIZE 600 macro
95 icmp_hdr->un.frag.mtu = htons(MAX_PCKT_SIZE-sizeof(struct ethhdr)); in send_icmp4_too_big()
124 if (pckt_size > MAX_PCKT_SIZE) { in handle_ipv4()