Home
last modified time | relevance | path

Searched refs:RTA_PAYLOAD (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Drtnetlink.h154 #define RTA_PAYLOAD(rta) ((int)((rta)->rta_len) - RTA_LENGTH(0)) macro
705 ({ if (!rta || RTA_PAYLOAD(rta) < sizeof(u8)) \
710 ({ if (!rta || RTA_PAYLOAD(rta) < sizeof(u16)) \
715 ({ if (!rta || RTA_PAYLOAD(rta) < sizeof(u32)) \
721 if (!rta || RTA_PAYLOAD(rta) < sizeof(u64)) \