]> git.ipfire.org Git - thirdparty/systemd.git/commit
bpf-socket-bind: rename bpf_serialize_socket_bind() → bpf_socket_bind_serialize()
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Jan 2024 13:06:59 +0000 (14:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Jan 2024 15:11:33 +0000 (16:11 +0100)
commit0e949cff539d678a901c1f0d6fedef5c40634059
treec623a4d6f7c066618e5c91e49e1404d03b12a837
parent62e22490205428fa557230bf72dc46516a07ee03
bpf-socket-bind: rename bpf_serialize_socket_bind() → bpf_socket_bind_serialize()

This function is the only outlier, all other BPF glue functions are
called bpf_<module>_xyz(). Hence swap this over here too.
src/core/bpf-socket-bind.c
src/core/bpf-socket-bind.h
src/core/unit-serialize.c