Lines Matching refs:headroom
573 xdpf->headroom = 0;
605 unsigned int headroom, frame_size;
613 /* Part of headroom was reserved to xdpf */
614 headroom = sizeof(*xdpf) + xdpf->headroom;
621 hard_start = xdpf->data - headroom;
626 skb_reserve(skb, headroom);
673 unsigned int headroom, totalsize;
678 headroom = xdpf->headroom + sizeof(*xdpf);
679 totalsize = headroom + xdpf->len;
691 nxdpf->data = addr + headroom;