Searched refs:hard_start_headroom (Results 1 – 1 of 1) sorted by relevance
167 unsigned int hard_start_headroom; in cpu_map_build_skb() local172 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()