Searched refs:ICMP_TOOBIG_SIZE (Results 1 – 1 of 1) sorted by relevance
25 #define ICMP_TOOBIG_SIZE 98 macro79 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()