Skip to content

Commit 3a4bd6b

Browse files
esyrldv-alt
authored andcommitted
xlat: update af_packet_types
* xlat/af_packet_types.in: Add values. (PACKET_USER, PACKET_KERNEL): New constants, introduced by Linux commit v3.14-rc1~94^2~349.
1 parent 1296f7b commit 3a4bd6b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

xlat/af_packet_types.in

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
PACKET_HOST
2-
PACKET_BROADCAST
3-
PACKET_MULTICAST
4-
PACKET_OTHERHOST
5-
PACKET_OUTGOING
6-
PACKET_LOOPBACK
7-
PACKET_FASTROUTE
1+
PACKET_HOST 0
2+
PACKET_BROADCAST 1
3+
PACKET_MULTICAST 2
4+
PACKET_OTHERHOST 3
5+
PACKET_OUTGOING 4
6+
PACKET_LOOPBACK 5
7+
PACKET_USER 6
8+
PACKET_KERNEL 7

0 commit comments

Comments
 (0)