commit | cf71b174d3464c7dc22f86f25d629a8d9d5c3519 | [log] [tgz] |
---|---|---|
author | Maciej Fijalkowski <maciej.fijalkowski@intel.com> | Wed Sep 16 23:10:06 2020 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Sep 17 12:59:31 2020 -0700 |
tree | ed39dc09cc524f23513f52f751fd7ce8d62f7b35 | |
parent | a748c6975dea325da540610c2ba9b5f332c603e6 [diff] |
bpf: rename poke descriptor's 'ip' member to 'tailcall_target' Reflect the actual purpose of poke->ip and rename it to poke->tailcall_target so that it will not the be confused with another poke target that will be introduced in next commit. While at it, do the same thing with poke->ip_stable - rename it to poke->tailcall_target_stable. Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>