#include <netlink-types.h>

Data Fields | |
| int | nm_protocol |
| int | nm_flags |
| struct sockaddr_nl | nm_src |
| struct sockaddr_nl | nm_dst |
| struct ucred | nm_creds |
| struct nlmsghdr * | nm_nlh |
| size_t | nm_size |
| int | nm_refcnt |
| struct ucred nl_msg::nm_creds |
Referenced by nlmsg_get_creds(), and nlmsg_set_creds().
| struct sockaddr_nl nl_msg::nm_dst |
Referenced by nlmsg_get_dst(), and nlmsg_set_dst().
| int nl_msg::nm_flags |
Referenced by nlmsg_get_creds(), and nlmsg_set_creds().
| int nl_msg::nm_protocol |
Referenced by nl_auto_complete(), nlmsg_get_proto(), and nlmsg_set_proto().
| int nl_msg::nm_refcnt |
Referenced by nlmsg_free(), and nlmsg_get().
| size_t nl_msg::nm_size |
Referenced by netem_build_msg(), nla_reserve(), nlmsg_expand(), nlmsg_get_max_size(), and nlmsg_reserve().
| struct sockaddr_nl nl_msg::nm_src |
Referenced by nlmsg_get_src(), and nlmsg_set_src().