Home
last modified time | relevance | path

Searched refs:IFLA_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/external/libnfnetlink/src/
Diftable.c66 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/
Dlibnetlink.h209 #ifndef IFLA_PAYLOAD
210 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifinfomsg)) macro
/external/iproute2/lib/
Dll_map.c106 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), IFLA_PAYLOAD(n)); in ll_remember_index()
/external/iproute2/include/uapi/linux/
Dif_link.h170 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg)) macro
/external/kernel-headers/original/uapi/linux/
Dif_link.h181 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg)) macro