Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_adjust_tail_kern.c29 static volatile __u32 max_pcktsz = MAX_PCKT_SIZE; variable
99 icmp_hdr->un.frag.mtu = htons(max_pcktsz - sizeof(struct ethhdr)); in send_icmp4_too_big()
128 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) { in handle_ipv4()