mbox series

[bpf-next,0/2] Split bpf_sk_lookup remote_port field

Message ID 20220207131459.504292-1-jakub@cloudflare.com (mailing list archive)
Headers show
Series Split bpf_sk_lookup remote_port field | expand

Message

Jakub Sitnicki Feb. 7, 2022, 1:14 p.m. UTC
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(-)