[roll] Roll fuchsia [netstack3] Use SocketId for TCP socketmap

Use the same `SocketId` for `SocketMapStateSpec` impl. Also in this
change, all the helper functions (get_from_socket_xxx) used by different
socket IDs are removed. The public interface functions are still using
individual ID types to minimize the change, they will be done in the
following CLs.

Original-Bug: 126141
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/899139
Original-Revision: 6974042c628a7b5493762083b36f5343281ac86b
GitOrigin-RevId: ec1bf315c58b307ff187827ca207e73a7d1bec4f
Change-Id: I86a3fd722bf89b9947053a751240eb8318b4c1ba
1 file changed
tree: 91e24e7d1af18d206d44285cabeac0bc34bd55e3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.