MCPcopy Index your code
hub / github.com/google/gvisor / NFTables

Method NFTables

pkg/tcpip/stack/stack.go:2310–2312  ·  view source on GitHub ↗

NFTables returns the stack's nftables.

()

Source from the content-addressed store, hash-verified

2308
2309// NFTables returns the stack's nftables.
2310func (s *Stack) NFTables() NFTablesInterface {
2311 return s.nftables
2312}
2313
2314// SetNFTables sets the stack's nftables.
2315func (s *Stack) SetNFTables(nft NFTablesInterface) {

Callers 15

ProcessMessageMethod · 0.80
processBatchMessageMethod · 0.80
WritePacketMethod · 0.80
writePacketMethod · 0.80
forwardUnicastPacketMethod · 0.80
HandlePacketMethod · 0.80
deliverPacketLocallyMethod · 0.80
writePacketMethod · 0.80
forwardUnicastPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected