github.com/rumpl/bof@v23.0.0-rc.2+incompatible/libnetwork/osl/kernel/knobs_unsupported.go (about) 1 //go:build !linux 2 // +build !linux 3 4 package kernel 5 6 // ApplyOSTweaks applies the configuration values passed as arguments 7 func ApplyOSTweaks(osConfig map[string]*OSValue) { 8 }