1 //go:build !linux 2 // +build !linux 3 4 package netlink 5 6 type XfrmPolicy struct{} 7 type XfrmState struct{} 8
View as plain text