From 7f0063ca6c65d0adc265e511da79583e08ea3e9b Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 14 Sep 2015 15:46:47 +0000 Subject: [PATCH] Update PACKET_* constants * xlat/sockpacketoptions.in: Add PACKET_VNET_HDR, PACKET_TX_TIMESTAMP, PACKET_TIMESTAMP, PACKET_FANOUT, PACKET_TX_HAS_OFF, PACKET_QDISC_BYPASS, PACKET_ROLLOVER_STATS, and PACKET_FANOUT_DATA. --- xlat/sockpacketoptions.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xlat/sockpacketoptions.in b/xlat/sockpacketoptions.in index 734ca10f..d11ad0b4 100644 --- a/xlat/sockpacketoptions.in +++ b/xlat/sockpacketoptions.in @@ -11,3 +11,11 @@ PACKET_HDRLEN PACKET_RESERVE PACKET_TX_RING PACKET_LOSS +PACKET_VNET_HDR +PACKET_TX_TIMESTAMP +PACKET_TIMESTAMP +PACKET_FANOUT +PACKET_TX_HAS_OFF +PACKET_QDISC_BYPASS +PACKET_ROLLOVER_STATS +PACKET_FANOUT_DATA -- 2.40.0