Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dfilter.c3822 void *xdp_frame_end = xdp->data_hard_start + sizeof(struct xdp_frame); in BPF_CALL_2() local
3824 void *data_start = xdp_frame_end + metalen; in BPF_CALL_2()
4082 void *xdp_frame_end = xdp->data_hard_start + sizeof(struct xdp_frame); in BPF_CALL_2() local
4088 if (unlikely(meta < xdp_frame_end || in BPF_CALL_2()