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

/linux-master/samples/bpf/
H A Dxdp_adjust_tail_kern.c25 #define ICMP_TOOBIG_SIZE 98 macro
79 if (data + (ICMP_TOOBIG_SIZE + headroom) > data_end)
110 ICMP_TOOBIG_SIZE + headroom - sizeof(struct ethhdr));
127 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) {
128 offset = pckt_size - ICMP_TOOBIG_SIZE;

Completed in 88 milliseconds