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 @@ -1447,8 +1447,8 @@ union bpf_attr {
1447
1447
* Return
1448
1448
* The return value depends on the result of the test, and can be:
1449
1449
*
1450
- * * 0, if the *skb* task belongs to the cgroup2.
1451
- * * 1, if the *skb* task does not belong to the cgroup2.
1450
+ * * 0, if current task belongs to the cgroup2.
1451
+ * * 1, if current task does not belong to the cgroup2.
1452
1452
* * A negative error code, if an error occurred.
1453
1453
*
1454
1454
* long bpf_skb_change_tail(struct sk_buff *skb, u32 len, u64 flags)
Original file line number Diff line number Diff line change @@ -1447,8 +1447,8 @@ union bpf_attr {
1447
1447
* Return
1448
1448
* The return value depends on the result of the test, and can be:
1449
1449
*
1450
- * * 0, if the *skb* task belongs to the cgroup2.
1451
- * * 1, if the *skb* task does not belong to the cgroup2.
1450
+ * * 0, if current task belongs to the cgroup2.
1451
+ * * 1, if current task does not belong to the cgroup2.
1452
1452
* * A negative error code, if an error occurred.
1453
1453
*
1454
1454
* 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