Searched defs:xdp_umem_reg (Results 1 – 2 of 2) sorted by relevance
50 struct xdp_umem_reg { struct51 __u64 addr; /* Start of packet data area */52 __u64 len; /* Length of packet data area */53 __u32 chunk_size;54 __u32 headroom;
271 static int xdp_umem_reg(struct xdp_umem *umem, struct xdp_umem_reg *mr) in xdp_umem_reg() function