Following the recent split-up of the bpf_sock dst_port field, apply the same to technique to the bpf_sk_lookup remote_port field to make uAPI more user friendly. Jakub Sitnicki (2): bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup include/uapi/linux/bpf.h | 3 ++- net/core/filter.c | 3 ++- tools/include/uapi/linux/bpf.h | 3 ++- tools/testing/selftests/bpf/progs/test_sk_lookup.c | 6 ++++++ 4 files changed, 12 insertions(+), 3 deletions(-) -- 2.31.1