Lines Matching +full:xdp +full:- +full:rx +full:- +full:metadata
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * if_xdp: XDP socket user-space interface
17 #define XDP_COPY (1 << 1) /* Force copy-mode */
18 #define XDP_ZEROCOPY (1 << 2) /* Force zero-copy mode */
22 * driver with a poll() (Rx and Tx) or sendto() (Tx only). If you are
30 * multi-buffer XDP frames into multiple Rx descriptors. Without this set
63 struct xdp_ring_offset rx; member
69 /* XDP socket options */
92 __u64 rx_ring_full; /* Dropped due to rx ring being full */
113 ((1ULL << XSK_UNALIGNED_BUF_OFFSET_SHIFT) - 1)
137 /* Offset from desc->addr where checksumming should start. */
150 /* Rx/Tx descriptor */
166 /* TX packet carries valid metadata. */