Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A 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()
/kernel/linux/linux-6.6/samples/bpf/
H A 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()

Completed in 1 milliseconds