Home
last modified time | relevance | path

Searched defs:xdp_umem_reg (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
A Dif_xdp.h67 struct xdp_umem_reg { struct
68 __u64 addr; /* Start of packet data area */
69 __u64 len; /* Length of packet data area */
70 __u32 chunk_size;
71 __u32 headroom;
72 __u32 flags;
/linux/include/uapi/linux/
A Dif_xdp.h67 struct xdp_umem_reg { struct
68 __u64 addr; /* Start of packet data area */
69 __u64 len; /* Length of packet data area */
70 __u32 chunk_size;
71 __u32 headroom;
72 __u32 flags;
/linux/net/xdp/
A Dxdp_umem.c153 static int xdp_umem_reg(struct xdp_umem *umem, struct xdp_umem_reg *mr) in xdp_umem_reg() function

Completed in 8 milliseconds