From: Andrii Nakryiko Date: Fri, 11 Nov 2022 21:10:11 +0000 (-0800) Subject: Merge branch 'bpf: Add hwtstamp field for the sockops prog' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f7dc423a5dcad488e1d8f8f34d5572600a86471;p=linux.git Merge branch 'bpf: Add hwtstamp field for the sockops prog' Martin KaFai Lau says: ==================== From: Martin KaFai Lau 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 --- 0f7dc423a5dcad488e1d8f8f34d5572600a86471