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 b2ca4e1 commit 57debffCopy full SHA for 57debff
tools/include/uapi/linux/bpf.h
@@ -3504,6 +3504,10 @@ enum bpf_task_fd_type {
3504
BPF_FD_TYPE_URETPROBE, /* filename + offset */
3505
};
3506
3507
+#define BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG (1U << 0)
3508
+#define BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL (1U << 1)
3509
+#define BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP (1U << 2)
3510
+
3511
struct bpf_flow_keys {
3512
__u16 nhoff;
3513
__u16 thoff;
@@ -3525,6 +3529,7 @@ struct bpf_flow_keys {
3525
3529
__u32 ipv6_dst[4]; /* in6_addr; network order */
3526
3530
3527
3531
3532
+ __u32 flags;
3528
3533
3534
3535
struct bpf_func_info {
0 commit comments