Searched refs:IFLA_PAYLOAD (Results 1 – 5 of 5) sorted by relevance
/external/libnfnetlink/src/ |
D | iftable.c | 66 rtnl_parse_rtattr(cb, IFLA_MAX, IFLA_RTA(ifi_msg), IFLA_PAYLOAD(n)); in iftable_add() 128 rtnl_parse_rtattr(cb, IFLA_MAX, IFLA_RTA(ifi_msg), IFLA_PAYLOAD(n)); in iftable_del()
|
/external/iproute2/include/ |
D | libnetlink.h | 209 #ifndef IFLA_PAYLOAD 210 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifinfomsg)) macro
|
/external/iproute2/lib/ |
D | ll_map.c | 106 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), IFLA_PAYLOAD(n)); in ll_remember_index()
|
/external/iproute2/include/uapi/linux/ |
D | if_link.h | 170 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg)) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 181 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg)) macro
|