Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_adjust_tail_kern.c125 int pckt_size = data_end - data; in handle_ipv4() local
128 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) { in handle_ipv4()
129 offset = pckt_size - ICMP_TOOBIG_SIZE; in handle_ipv4()