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 54974c9 commit b4b993cCopy full SHA for b4b993c
print-nflog.c
@@ -97,7 +97,7 @@ typedef struct nflog_timestamp {
97
#define NFULA_PREFIX 10 /* text string - null-terminated, count includes NUL */
98
#define NFULA_UID 11 /* UID owning socket on which packet was sent/received */
99
#define NFULA_SEQ 12 /* sequence number of packets on this NFLOG socket */
100
-#define NFULA_SEQ_GLOBAL 13 /* sequence number of pakets on all NFLOG sockets */
+#define NFULA_SEQ_GLOBAL 13 /* sequence number of packets on all NFLOG sockets */
101
#define NFULA_GID 14 /* GID owning socket on which packet was sent/received */
102
#define NFULA_HWTYPE 15 /* ARPHRD_ type of skbuff's device */
103
#define NFULA_HWHEADER 16 /* skbuff's MAC-layer header */
0 commit comments