[roll] Roll fuchsia [netstack3] Add non-sync ctx param to ip::device

Add a non-sync `ctx` parameter to all `ip::device` functions and
methods. This requires doing the same in some places elsewhere in `ip`
and in `transport::udp`.

Note that `ctx` paramers are not added to get/set methods as they only
need to operate on the sync context. This CL updates such methods to
not include a `ctx` method.

Original-Bug: 96576, 92605
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/686465
Original-Revision: 40ba7142bfb75aa3e90c83226fd8e04e7d5b7ba2
GitOrigin-RevId: e8b7809255ba414162a8246d8b8723bf991c3bfc
Change-Id: Ia20fb5d32c40833aabae7cdb32e2b70bd5b2b836
1 file changed
tree: db44d2c0e666625f17fe21a22b083a383dc26c68
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.