Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_adjust_tail_kern.c25 #define ICMP_TOOBIG_SIZE 98 macro
76 if (data + (ICMP_TOOBIG_SIZE + headroom) > data_end) in send_icmp4_too_big()
107 ICMP_TOOBIG_SIZE + headroom - sizeof(struct ethhdr)); in send_icmp4_too_big()
125 offset = pckt_size - ICMP_TOOBIG_SIZE; in handle_ipv4()