Searched defs:dmabuf_cmsg (Results 1 – 2 of 2) sorted by relevance
23 struct dmabuf_cmsg { struct24 __u64 frag_offset; /* offset into the dmabuf where the frag starts.26 __u32 frag_size; /* size of the frag. */27 __u32 frag_token; /* token representing this frag for30 __u32 dmabuf_id; /* dmabuf id this frag belongs to. */31 __u32 flags; /* Currently unused. Reserved for future
2423 struct dmabuf_cmsg dmabuf_cmsg = { 0 }; in tcp_recvmsg_dmabuf() local