diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2018-12-05 18:48:41 -0800 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2018-12-05 18:48:41 -0800 |
| commit | a06aef4ed5b6f1daa20babb4ad4458392bce5edd (patch) | |
| tree | d1b34c120c66dd799428ca4e61bf8ed710f4ae3e /include/uapi | |
| parent | 30da46b5dc3a9a14db11706d841440e28b12bb53 (diff) | |
| parent | 84ecc1f98ca7ce28ede9bc5cc70a557fdfa09caa (diff) | |
Merge branch 'bpf_func_info-improvements'
Martin KaFai Lau says:
====================
The patchset has a few improvements on bpf_func_info:
1. Improvements on the behaviors of info.func_info, info.func_info_cnt
and info.func_info_rec_size.
2. Name change: s/insn_offset/insn_off/
Please see individual patch for details.
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/bpf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index c8e1eeee2c5f..a84fd232d934 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -2991,7 +2991,7 @@ struct bpf_flow_keys { }; struct bpf_func_info { - __u32 insn_offset; + __u32 insn_off; __u32 type_id; }; |
