NLMSG_PAYLOAD      59 include/linux/if_addr.h #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
NLMSG_PAYLOAD      92 include/linux/if_link.h #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
NLMSG_PAYLOAD      58 include/linux/netfilter/nfnetlink_compat.h #define NFM_PAYLOAD(n)  NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
NLMSG_PAYLOAD     283 include/linux/rtnetlink.h #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
NLMSG_PAYLOAD     492 include/linux/rtnetlink.h #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
NLMSG_PAYLOAD     601 include/linux/rtnetlink.h #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
NLMSG_PAYLOAD    1612 net/decnet/dn_route.c 	if (NLMSG_PAYLOAD(cb->nlh, 0) < sizeof(struct rtmsg))
NLMSG_PAYLOAD     476 net/decnet/dn_table.c 	if (NLMSG_PAYLOAD(cb->nlh, 0) >= sizeof(struct rtmsg) &&
NLMSG_PAYLOAD      57 net/tipc/netlink.c 			NLMSG_PAYLOAD(req_nlh, GENL_HDRLEN + TIPC_GENL_HDRLEN),