gvisor/pkg/tcpip/stack
Ghanan Gowripalan 0c424ea731 Rename nicid to nicID to follow go-readability initialisms
https://github.com/golang/go/wiki/CodeReviewComments#initialisms

This change does not introduce any new functionality. It just renames variables
from `nicid` to `nicID`.

PiperOrigin-RevId: 278992966
2019-11-06 19:41:25 -08:00
..
BUILD Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent 2019-10-22 13:54:33 -07:00
icmp_rate_limit.go Simplify ICMPRateLimiter 2019-09-24 09:50:51 -07:00
linkaddrcache.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
linkaddrcache_test.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
ndp.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
ndp_test.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
nic.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
registration.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
route.go netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
stack.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
transport_demuxer.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
transport_demuxer_test.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
transport_test.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00