diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-10-11 21:51:05 +0300 |
---|---|---|
committer | Martin KaFai Lau <martin.lau@kernel.org> | 2023-10-12 02:29:25 +0300 |
commit | 53e380d21441909b12b6e0782b77187ae4b971c4 (patch) | |
tree | 50f50782b17955c8331b7c0bfe7a363a20037b0b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fefba7d1ae198dcbf8b3b432de46a4e29f8dbd8c (diff) | |
download | linux-53e380d21441909b12b6e0782b77187ae4b971c4.tar.xz |
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
As prep for adding unix socket support to the cgroup sockaddr hooks,
let's add a kfunc bpf_sock_addr_set_sun_path() that allows modifying a unix
sockaddr from bpf. While this is already possible for AF_INET and AF_INET6,
we'll need this kfunc when we add unix socket support since modifying the
address for those requires modifying both the address and the sockaddr
length.
Signed-off-by: Daan De Meyer <daan.j.demeyer@gmail.com>
Link: https://lore.kernel.org/r/20231011185113.140426-4-daan.j.demeyer@gmail.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions