Searched refs:XDP_FLAGS_FRAGS_PF_MEMALLOC (Results 1 – 1 of 1) sorted by relevance
76 XDP_FLAGS_FRAGS_PF_MEMALLOC = BIT(1), /* xdp paged memory is under enumerator110 return !!(xdp->flags & XDP_FLAGS_FRAGS_PF_MEMALLOC); in xdp_buff_is_frag_pfmemalloc()115 xdp->flags |= XDP_FLAGS_FRAGS_PF_MEMALLOC; in xdp_buff_set_frag_pfmemalloc()278 return !!(frame->flags & XDP_FLAGS_FRAGS_PF_MEMALLOC); in xdp_frame_is_frag_pfmemalloc()
Completed in 6 milliseconds