Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c161 unsigned int hard_start_headroom; in cpu_map_build_skb() local
166 hard_start_headroom = sizeof(struct xdp_frame) + xdpf->headroom; in cpu_map_build_skb()
173 pkt_data_start = xdpf->data - hard_start_headroom; in cpu_map_build_skb()
178 skb_reserve(skb, hard_start_headroom); in cpu_map_build_skb()