diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-09-09 23:21:49 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-09 23:21:49 +0000 |
commit | 0e636a3408aac3cb6d9880a42ee217a48afa199b (patch) | |
tree | f1cf82acf0a07fcc66c4028369f689b9d9ad6e64 /pkg/tcpip/stack/registration.go | |
parent | 905089a76d1c93f8bcf082a1c4a4eb58fafe9ea4 (diff) | |
parent | 833d933afda03706328ac556d08294a78e372a6a (diff) |
Merge release-20210830.0-29-g833d933af (automated)
Diffstat (limited to 'pkg/tcpip/stack/registration.go')
-rw-r--r-- | pkg/tcpip/stack/registration.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/tcpip/stack/registration.go b/pkg/tcpip/stack/registration.go index 57b3348b2..113baaaae 100644 --- a/pkg/tcpip/stack/registration.go +++ b/pkg/tcpip/stack/registration.go @@ -733,16 +733,6 @@ type NetworkDispatcher interface { // // DeliverNetworkPacket takes ownership of pkt. DeliverNetworkPacket(remote, local tcpip.LinkAddress, protocol tcpip.NetworkProtocolNumber, pkt *PacketBuffer) - - // DeliverOutboundPacket is called by link layer when a packet is being - // sent out. - // - // pkt.LinkHeader may or may not be set before calling - // DeliverOutboundPacket. Some packets do not have link headers (e.g. - // packets sent via loopback), and won't have the field set. - // - // DeliverOutboundPacket takes ownership of pkt. - DeliverOutboundPacket(remote, local tcpip.LinkAddress, protocol tcpip.NetworkProtocolNumber, pkt *PacketBuffer) } // LinkEndpointCapabilities is the type associated with the capabilities |