ifinfomsg 142 include/net/rtnetlink.h int rtnl_configure_link(struct net_device *dev, const struct ifinfomsg *ifm); ifinfomsg 156 include/uapi/linux/if_link.h #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) ifinfomsg 157 include/uapi/linux/if_link.h #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))