[roll] Roll fuchsia [Netstack3] Update SkBuff implementation for SocketFilterProgram

Now SocketFilterProgram and CgroupSkbProgram use shared implementation
of SkBuff struct (previously they used two distinct `IpPacketFor<foo>`)
implementations. This allows to share the `PacketWithLoadBytes`
implementation. `SocketFilterProgram` now provides complete
`EbpfProgramContext` that allows to run eBPF programs with helpers,
i.e. not just cBPF programs.

Original-Bug: 455585276
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433000
Original-Revision: 0652cd4e183ebdbd199b3ffb36e38a12082fcd2c
GitOrigin-RevId: 0f992872fd5adc22367489ac3902199205d890fb
Change-Id: Ia40fa30b1ce5bd01e12e86e03fc4085f777d6bee
1 file changed
tree: c6c53474c32ce37bc81a7e7ddb329083a7e6c557
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.