[roll] Roll fuchsia [netdevice] Set tx flags on correct descriptor field

Per the buffer descriptor documentation, `inbound_flags` is set by the
client on tx and the server on rx. Update the client to set
`inbound_flags` rather than `return_flags` on tx.

Note: nothing currently calls this method (or rather, the corresponding
method on `Buffer<Tx>`); this is just a drive-by fix for correctness.

Original-Original-Bug: 512101182
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1631399
Original-Original-Revision: a351a7994f793d2c569575a32a49d549488c89cd
GitOrigin-RevId: 68cb94aae47aabd5a4ef89727157c252b5e1c67b
Change-Id: Ie2bad3da4d98fd4c36833a72e6bc740c622c43b4
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1631097
Cr-Commit-Position: refs/heads/main@{#193712}
1 file changed
tree: 996e867a62ef77e1184b61cde00078f340659fd6
  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.