File: xfrm_unspecified.go

package info (click to toggle)
golang-github-vishvananda-netlink 1.3.0-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 1,568 kB
  • sloc: makefile: 25
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
//go:build !linux
// +build !linux

package netlink

type XfrmPolicy struct{}
type XfrmState struct{}