Release 4.18 net/xdp/xdp_umem_props.h
/* SPDX-License-Identifier: GPL-2.0 */
/* XDP user-space packet buffer
* Copyright(c) 2018 Intel Corporation.
*/
#ifndef XDP_UMEM_PROPS_H_
#define XDP_UMEM_PROPS_H_
struct xdp_umem_props {
u64 chunk_mask;
u64 size;
};
#endif /* XDP_UMEM_PROPS_H_ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Björn Töpel | 22 | 100.00% | 3 | 100.00% |
| Total | 22 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.