Searched defs:GET_CONTAINER (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-message.c36 #define GET_CONTAINER(m, i) ((i) < (m)->n_containers ? (struct rtattr*)((uint8_t*)(m)->hdr + (m)->containers[i].offset) : NULL) macro
203 GET_CONTAINER(m, i)->rta_len += message_length - offset;

Completed in 590 milliseconds