IFLA_PAYLOAD function

int IFLA_PAYLOAD(
  1. Pointer<nlmsghdr> n
)

Implementation

int IFLA_PAYLOAD(ffi.Pointer<nlmsghdr> n) {
  return NLMSG_PAYLOAD(n, ffi.sizeOf<ifinfomsg>());
}