[roll] Roll fuchsia [eBPF] Add __sk_buff type def for BPF_PROG_TYPE_CGROUP_SKB

Previously the same __sk_buff struct definition was used for all
programs that use this struct. This is incorrect because the set of
fields available to the program depends on the program type. Added
new definitions to be used for CGROUP_SKB and SCHED_[ACT|CLS] programs.
Also updated definition used for SOCKET_FILTER - these programs can't
access `data` field.

Original-Bug: 407809292
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249272
Original-Revision: ca320e4334d07eaa0349a587ceace82b09d99140
GitOrigin-RevId: 9bc1b6cefafbc6b7852ee98b0a677b9aed332fab
Change-Id: Ib3a4246e7f2bcc9dc3f15adfb4c84aa335562638
1 file changed
tree: 75c3f010bd8927ff0ecd3ca36f99ef87123bb799
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.