Home
last modified time | relevance | path

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

/net/core/
Dxdp.c568 void *hard_start; in __xdp_build_skb_from_frame() local
578 hard_start = xdpf->data - headroom; in __xdp_build_skb_from_frame()
579 skb = build_skb_around(skb, hard_start, frame_size); in __xdp_build_skb_from_frame()
Ddev.c4734 void *orig_data, *orig_data_end, *hard_start; in bpf_prog_run_generic_xdp() local
4747 hard_start = skb->data - skb_headroom(skb); in bpf_prog_run_generic_xdp()
4750 frame_sz = (void *)skb_end_pointer(skb) - hard_start; in bpf_prog_run_generic_xdp()
4755 xdp_prepare_buff(xdp, hard_start, skb_headroom(skb) - mac_len, in bpf_prog_run_generic_xdp()