File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2302,8 +2302,8 @@ union bpf_attr {
2302
2302
* Return
2303
2303
* The return value depends on the result of the test, and can be:
2304
2304
*
2305
- * * 0 , if current task belongs to the cgroup2.
2306
- * * 1 , if current task does not belong to the cgroup2.
2305
+ * * 1 , if current task belongs to the cgroup2.
2306
+ * * 0 , if current task does not belong to the cgroup2.
2307
2307
* * A negative error code, if an error occurred.
2308
2308
*
2309
2309
* long bpf_skb_change_tail(struct sk_buff *skb, u32 len, u64 flags)
Original file line number Diff line number Diff line change @@ -2302,8 +2302,8 @@ union bpf_attr {
2302
2302
* Return
2303
2303
* The return value depends on the result of the test, and can be:
2304
2304
*
2305
- * * 0 , if current task belongs to the cgroup2.
2306
- * * 1 , if current task does not belong to the cgroup2.
2305
+ * * 1 , if current task belongs to the cgroup2.
2306
+ * * 0 , if current task does not belong to the cgroup2.
2307
2307
* * A negative error code, if an error occurred.
2308
2308
*
2309
2309
* long bpf_skb_change_tail(struct sk_buff *skb, u32 len, u64 flags)
You can’t perform that action at this time.
0 commit comments