Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_addr.h66 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
Drtnetlink.h320 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
544 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
662 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
Dnetlink.h91 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
Dif_link.h161 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_compat.h60 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c37 #define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)