Searched refs:brk_on_route_error (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 178 static void brk_on_route_error(const char *msg, int iface, in brk_on_route_error() function 246 brk_on_route_error("mnl_socket_open", iface, dst->ai_addr, gw ? in rtnl_route() 250 brk_on_route_error("mnl_socket_bind", iface, dst->ai_addr, gw ? in rtnl_route() 256 brk_on_route_error("mnl_socket_sendto", iface, dst->ai_addr, gw in rtnl_route() 261 brk_on_route_error("mnl_socket_recvfrom", iface, dst->ai_addr, in rtnl_route() 266 brk_on_route_error("mnl_cb_run", iface, dst->ai_addr, gw ? in rtnl_route()
|