Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_adjust_tail_kern.c124 int pckt_size = data_end - data; in handle_ipv4() local
127 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) { in handle_ipv4()
128 offset = pckt_size - ICMP_TOOBIG_SIZE; in handle_ipv4()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_adjust_tail_kern.c124 int pckt_size = data_end - data; in handle_ipv4() local
127 if (pckt_size > max(max_pcktsz, ICMP_TOOBIG_SIZE)) { in handle_ipv4()
128 offset = pckt_size - ICMP_TOOBIG_SIZE; in handle_ipv4()

Completed in 2 milliseconds