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

/linux-master/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));
127 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) {

Completed in 438 milliseconds