RTA_PAYLOAD function

int RTA_PAYLOAD(
  1. Pointer<rtattr> rta
)

Implementation

int RTA_PAYLOAD(ffi.Pointer<rtattr> rta) => rta.ref.rta_len - RTA_LENGTH(0);