Lines Matching defs:route_seq
469 static int tunnel_set_route(int route_sock, uint32_t *route_seq, char *veth,
472 if (ip4_addr_set(route_sock, (*route_seq)++, "lo",
478 if (ip4_route_set(route_sock, (*route_seq)++, veth, tunsrc, tundst)) {
492 uint32_t route_seq;
497 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) {
502 if (ip4_addr_set(route_sock, route_seq++, veth, intsrc, PREFIX_LEN)) {
507 if (link_set_up(route_sock, route_seq++, veth)) {
512 if (tunnel_set_route(route_sock, &route_seq, veth, tunsrc, tundst)) {
2277 uint32_t route_seq;
2316 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE))
2324 if (veth_add(route_sock, route_seq++, veth, nsfd_childa, veth, nsfd_childb)) {