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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_diag.c105 #define EXPIRES_IN_MS(tmo) ((tmo-jiffies)*1000+HZ-1)/HZ macro
110 r->tcpdiag_expires = EXPIRES_IN_MS(tp->timeout);
114 r->tcpdiag_expires = EXPIRES_IN_MS(tp->timeout);
118 r->tcpdiag_expires = EXPIRES_IN_MS(sk->timer.expires);
123 #undef EXPIRES_IN_MS macro

Completed in 34 milliseconds