Home
last modified time | relevance | path

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

/kernel/bpf/
Dcpumap.c169 void *pkt_data_start; in cpu_map_build_skb() local
194 pkt_data_start = xdpf->data - hard_start_headroom; in cpu_map_build_skb()
195 skb = build_skb_around(skb, pkt_data_start, frame_size); in cpu_map_build_skb()