Home
last modified time | relevance | path

Searched defs:xdp_buff (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h32512 struct xdp_buff { struct
32513 void *data;
32514 void *data_end;
32515 void *data_meta;
32516 void *data_hard_start;
32517 struct xdp_rxq_info *rxq;
32518 struct xdp_txq_info *txq;
32519 u32 frame_sz;
32520 u32 flags;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h42185 struct xdp_buff { struct
42186 void *data;
42187 void *data_end;
42188 void *data_meta;
42189 void *data_hard_start;
42190 struct xdp_rxq_info *rxq;
42191 struct xdp_txq_info *txq;
42192 u32 frame_sz;
42193 u32 flags;