mirror of https://github.com/vishvananda/netlink
bfba8e4149
struct xfrm_usersa_flush contains a single u8, thus sizeof(struct xfrm_usersa_flush) == 1 as can be verified by running the following code through go tool cgo -godefs: package xfrm_test // #include <linux/xfrm.h> import "C" const SizeofXfrmUsersaFlush = C.sizeof_struct_xfrm_usersa_flush which results in // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs foo.go package xfrm_test const SizeofXfrmUsersaFlush = 0x1 Signed-off-by: Tobias Klauser <tklauser@distanz.ch> |
||
---|---|---|
.. | ||
addr_linux.go | ||
addr_linux_test.go | ||
bridge_linux.go | ||
bridge_linux_test.go | ||
conntrack_linux.go | ||
devlink_linux.go | ||
genetlink_linux.go | ||
link_linux.go | ||
link_linux_test.go | ||
mpls_linux.go | ||
nl_linux.go | ||
nl_linux_test.go | ||
nl_unspecified.go | ||
rdma_link_linux.go | ||
route_linux.go | ||
route_linux_test.go | ||
seg6_linux.go | ||
seg6local_linux.go | ||
syscall.go | ||
tc_linux.go | ||
tc_linux_test.go | ||
xfrm_linux.go | ||
xfrm_linux_test.go | ||
xfrm_monitor_linux.go | ||
xfrm_monitor_linux_test.go | ||
xfrm_policy_linux.go | ||
xfrm_policy_linux_test.go | ||
xfrm_state_linux.go | ||
xfrm_state_linux_test.go |