Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcpumap.c167 unsigned int hard_start_headroom; in cpu_map_build_skb() local
172 hard_start_headroom = sizeof(struct xdp_frame) + xdpf->headroom; in cpu_map_build_skb()
191 frame_size = SKB_DATA_ALIGN(xdpf->len + hard_start_headroom) + in cpu_map_build_skb()
194 pkt_data_start = xdpf->data - hard_start_headroom; in cpu_map_build_skb()
199 skb_reserve(skb, hard_start_headroom); in cpu_map_build_skb()