Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dveth.c793 void *orig_data, *orig_data_end; in veth_xdp_rcv_skb() local
815 orig_data_end = xdp->data_end; in veth_xdp_rcv_skb()
867 off = xdp->data_end - orig_data_end; in veth_xdp_rcv_skb()
/linux/net/core/
H A Ddev.c5223 void *orig_data, *orig_data_end, *hard_start; in bpf_prog_run_generic_xdp() local
5253 orig_data_end = xdp->data_end; in bpf_prog_run_generic_xdp()
5275 off = xdp->data_end - orig_data_end; in bpf_prog_run_generic_xdp()