Merge branch 'bpf: Add hwtstamp field for the sockops prog'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 11 Nov 2022 21:10:11 +0000 (13:10 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 11 Nov 2022 21:18:39 +0000 (13:18 -0800)
Martin KaFai Lau says:

====================

From: Martin KaFai Lau <martin.lau@kernel.org>

The bpf-tc prog has already been able to access the
skb_hwtstamps(skb)->hwtstamp.  This set extends the same hwtstamp
access to the sockops prog.

v2:
- Fixed the btf_dump selftest which depends on the
  last member of 'struct bpf_sock_ops'.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

Trivial merge