Home
last modified time | relevance | path

Searched refs:IFLA_RTA (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c140 for (attribute = IFLA_RTA(ifi); RTA_OK(attribute, len); in rops_handle_POLLIN_netlink()
/third_party/libbpf/include/uapi/linux/
Dif_link.h371 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
/third_party/toybox/toys/pending/
Dip.c856 struct rtattr *attr = IFLA_RTA(iface); in get_link_info()