We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31be5b5 commit cec15d0Copy full SHA for cec15d0
tools/include/uapi/linux/if_xdp.h
@@ -117,12 +117,12 @@ struct xdp_options {
117
((1ULL << XSK_UNALIGNED_BUF_OFFSET_SHIFT) - 1)
118
119
/* Request transmit timestamp. Upon completion, put it into tx_timestamp
120
- * field of union xsk_tx_metadata.
+ * field of struct xsk_tx_metadata.
121
*/
122
#define XDP_TXMD_FLAGS_TIMESTAMP (1 << 0)
123
124
/* Request transmit checksum offload. Checksum start position and offset
125
- * are communicated via csum_start and csum_offset fields of union
+ * are communicated via csum_start and csum_offset fields of struct
126
* xsk_tx_metadata.
127
128
#define XDP_TXMD_FLAGS_CHECKSUM (1 << 1)
0 commit comments