netns_linux_arm64.go 65 B

1234567
  1. // +build linux,arm64
  2. package netns
  3. const (
  4. SYS_SETNS = 268
  5. )