Searched refs:linger2 (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp.c2018 * linger2 option. --ANK
2023 if (tp->linger2 < 0) {
2346 tp->linger2 = -1;
2348 tp->linger2 = 0;
2350 tp->linger2 = val*HZ;
2442 val = tp->linger2;
H A Dtcp_timer.c579 if (tp->linger2 >= 0) {
H A Dtcp_input.c3814 if (tp->linger2 < 0 ||
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h418 int linger2; member in struct:tcp_opt
H A Dtcp.h1788 int fin_timeout = tp->linger2 ? : sysctl_tcp_fin_timeout;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h470 int linger2; member in struct:tcp_opt
H A Dtcp.h1789 int fin_timeout = tp->linger2 ? : sysctl_tcp_fin_timeout;

Completed in 106 milliseconds