Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()