summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-11-01 17:40:26 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2021-10-12 09:35:36 +0200
commit50c680d6438273f3403698ab963c79803411401d (patch)
tree81d93084ad74cbc60e1219e695d34138adf546ea
parent632bbd3199fe1e99fffaba6e95bd9b98ef3479e0 (diff)
downloadstrace-50c680d6438273f3403698ab963c79803411401d.tar.gz
xlat/sock_packet_options: add PACKET_IGNORE_OUTGOING
* xlat/sock_packet_options.in (PACKET_IGNORE_OUTGOING): New constant, introduced by Linux commit v4.19-rc2-323-gfa788d986a3a. * NEWS: Mention it.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/sock_packet_options.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 899b51d86..49ac1f932 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Noteworthy changes in release ?.?? (????-??-??)
syscall.
* Implemented decoding of SECCOMP_* ioctl commands.
* Enhanced decoding of io_uring_register and times syscalls.
- * Updated lists of BTRFS_*, DM_*, FAN_REPORT_*, IORING_* and MPOL_*
+ * Updated lists of BTRFS_*, DM_*, FAN_REPORT_*, IORING_*, MPOL_*, and PACKET_*
constants.
* Bug fixes
diff --git a/src/xlat/sock_packet_options.in b/src/xlat/sock_packet_options.in
index 08024759c..a34ccf16c 100644
--- a/src/xlat/sock_packet_options.in
+++ b/src/xlat/sock_packet_options.in
@@ -20,3 +20,4 @@ PACKET_TX_HAS_OFF 19
PACKET_QDISC_BYPASS 20
PACKET_ROLLOVER_STATS 21
PACKET_FANOUT_DATA 22
+PACKET_IGNORE_OUTGOING 23