Home
last modified time | relevance | path

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

/include/net/
Dtcp.h2073 int answ; in tcp_inq() local
2076 answ = 0; in tcp_inq()
2082 answ = tp->rcv_nxt - tp->copied_seq; in tcp_inq()
2085 if (answ && sock_flag(sk, SOCK_DONE)) in tcp_inq()
2086 answ--; in tcp_inq()
2088 answ = tp->urg_seq - tp->copied_seq; in tcp_inq()
2091 return answ; in tcp_inq()