Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/progs/skb_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ typedef struct {

typedef struct {
u64 ts;
u32 mark;
union {
struct {
u32 saddr;
Expand Down Expand Up @@ -111,6 +110,7 @@ typedef struct {
u16 proto_l3;
u8 proto_l4;
u8 pad;
u32 mark;
} packet_t;

typedef struct {
Expand Down
Loading