Home
last modified time | relevance | path

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

/Linux-v6.6/samples/bpf/
Dxdp_adjust_tail_kern.c29 static volatile __u32 max_pcktsz = MAX_PCKT_SIZE; variable
98 icmp_hdr->un.frag.mtu = htons(max_pcktsz - sizeof(struct ethhdr)); in send_icmp4_too_big()
127 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) { in handle_ipv4()