Home
last modified time | relevance | path

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

/systemd-251/src/basic/linux/
Drtnetlink.h389 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
640 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
781 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
Dif_addr.h69 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
Dnetlink.h101 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
Dif_link.h369 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-message.c1362 NLMSG_PAYLOAD(m->hdr, hlen)); in netlink_message_parse_error()
1397 NLMSG_PAYLOAD(m->hdr, size)); in sd_netlink_message_rewind()