Home | History | Annotate | Download | only in libnl_2

Lines Matching full:payload

25 /* Return payload of string attribute. */
31 /* Return payload of 16 bit integer attribute. */
37 /* Return payload of 32 bit integer attribute. */
49 /* Return payload of uint64_t attribute. */
57 /* Head of payload */
63 /* Return length of the payload . */
69 int nla_padlen(int payload)
71 return NLA_ALIGN(payload) - payload;
111 /* Check if the attribute header and payload can be accessed safely. */
208 /* Copy attribute payload to another memory area. */