diff options
Diffstat (limited to 'tools/include/uapi/linux')
| -rw-r--r-- | tools/include/uapi/linux/bpf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index f9187b41dff6..5e46f6732781 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h | |||
| @@ -1433,7 +1433,7 @@ union bpf_attr { | |||
| 1433 | * Return | 1433 | * Return |
| 1434 | * 0 on success, or a negative error in case of failure. | 1434 | * 0 on success, or a negative error in case of failure. |
| 1435 | * | 1435 | * |
| 1436 | * int bpf_skb_adjust_room(struct sk_buff *skb, u32 len_diff, u32 mode, u64 flags) | 1436 | * int bpf_skb_adjust_room(struct sk_buff *skb, s32 len_diff, u32 mode, u64 flags) |
| 1437 | * Description | 1437 | * Description |
| 1438 | * Grow or shrink the room for data in the packet associated to | 1438 | * Grow or shrink the room for data in the packet associated to |
| 1439 | * *skb* by *len_diff*, and according to the selected *mode*. | 1439 | * *skb* by *len_diff*, and according to the selected *mode*. |
