Home
last modified time | relevance | path

Searched refs:initcwnd (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/network/
Dnetworkd-route.h50 uint32_t initcwnd; member
Dnetworkd-route.c142 siphash24_compress(&route->initcwnd, sizeof(route->initcwnd), state); in route_hash_func()
223 r = CMP(a->initcwnd, b->initcwnd); in route_compare_func()
1203 if (route->initcwnd > 0) { in route_configure()
1204 r = sd_netlink_message_append_u32(m, RTAX_INITCWND, route->initcwnd); in route_configure()
1811 r = sd_netlink_message_read_u32(message, RTAX_INITCWND, &tmp->initcwnd); in manager_rtnl_process_route()
2587 n->initcwnd = k; in config_parse_tcp_window()