NLMSG_PAYLOAD 64 include/uapi/linux/if_addr.h #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) NLMSG_PAYLOAD 157 include/uapi/linux/if_link.h #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg)) NLMSG_PAYLOAD 60 include/uapi/linux/netfilter/nfnetlink_compat.h #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg)) NLMSG_PAYLOAD 306 include/uapi/linux/rtnetlink.h #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) NLMSG_PAYLOAD 515 include/uapi/linux/rtnetlink.h #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg)) NLMSG_PAYLOAD 629 include/uapi/linux/rtnetlink.h #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))