Home
last modified time | relevance | path

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

/Linux-v6.6/samples/bpf/
Dxdp_adjust_tail_kern.c25 #define ICMP_TOOBIG_SIZE 98 macro
79 if (data + (ICMP_TOOBIG_SIZE + headroom) > data_end) in send_icmp4_too_big()
110 ICMP_TOOBIG_SIZE + headroom - sizeof(struct ethhdr)); in send_icmp4_too_big()
127 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) { in handle_ipv4()
128 offset = pckt_size - ICMP_TOOBIG_SIZE; in handle_ipv4()