[roll] Roll fuchsia [ebpf] Add Type::ContextParameter

Some eBPF helpers (specifically bpf_get_socket_cookie and
bpf_get_netns_cookie) take a "context" which is always the parameter
passed to the calling program. This means that the type of the parameter
depends on the type of the argument passed to the calling program. The
new Type::ContextParameter allows to express this relation directly in
the helper definition table and avoid duplicating the definition for
each program type.

Original-Bug: 503810313
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1577870
Original-Revision: 5de9e4c7ce34f9ac7d2da4684fccab192b25cc13
GitOrigin-RevId: ff19d2feadb9104a9f806bcf883ec97c25bc4757
Change-Id: I8fb34453a2019329e65f691b01822f93ebdeae13
1 file changed
tree: 4b81cb3838805fa4b25089a61b6e064db7365c7e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.