Searched refs:XDP_FLAGS_FRAGS_PF_MEMALLOC (Results 1 – 1 of 1) sorted by relevance
75 XDP_FLAGS_FRAGS_PF_MEMALLOC = BIT(1), /* xdp paged memory is under enumerator108 return !!(xdp->flags & XDP_FLAGS_FRAGS_PF_MEMALLOC); in xdp_buff_is_frag_pfmemalloc()113 xdp->flags |= XDP_FLAGS_FRAGS_PF_MEMALLOC; in xdp_buff_set_frag_pfmemalloc()187 return !!(frame->flags & XDP_FLAGS_FRAGS_PF_MEMALLOC); in xdp_frame_is_frag_pfmemalloc()
Completed in 3 milliseconds