Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dveth.c767 void *orig_data, *orig_data_end; in veth_xdp_rcv_skb() local
789 orig_data_end = xdp->data_end; in veth_xdp_rcv_skb()
841 off = xdp->data_end - orig_data_end; in veth_xdp_rcv_skb()
/linux-6.15/net/core/
H A Ddev.c5136 void *orig_data, *orig_data_end, *hard_start; in bpf_prog_run_generic_xdp() local
5166 orig_data_end = xdp->data_end; in bpf_prog_run_generic_xdp()
5188 off = xdp->data_end - orig_data_end; in bpf_prog_run_generic_xdp()