Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/
Dveth.c836 void *orig_data, *orig_data_end; in veth_xdp_rcv_skb() local
858 orig_data_end = xdp->data_end; in veth_xdp_rcv_skb()
910 off = xdp->data_end - orig_data_end; in veth_xdp_rcv_skb()
/Linux-v6.6/net/core/
Ddev.c4856 void *orig_data, *orig_data_end, *hard_start; in bpf_prog_run_generic_xdp() local
4880 orig_data_end = xdp->data_end; in bpf_prog_run_generic_xdp()
4902 off = xdp->data_end - orig_data_end; in bpf_prog_run_generic_xdp()