Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dveth.c802 void *orig_data, *orig_data_end; in veth_xdp_rcv_skb() local
822 orig_data_end = xdp.data_end; in veth_xdp_rcv_skb()
874 off = xdp.data_end - orig_data_end; in veth_xdp_rcv_skb()
/Linux-v6.1/net/core/
Ddev.c4728 void *orig_data, *orig_data_end, *hard_start; in bpf_prog_run_generic_xdp() local
4752 orig_data_end = xdp->data_end; in bpf_prog_run_generic_xdp()
4774 off = xdp->data_end - orig_data_end; in bpf_prog_run_generic_xdp()