HomeSort by: relevance | last modified time | path
    Searched refs:tcp_new_iss (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 855 tcp_seq tcp_new_iss(struct tcpcb *);
tcp_subr.c 1975 tcp_new_iss(struct tcpcb *tp) function in typeref:typename:tcp_seq
1991 panic("tcp_new_iss: unreachable");
tcp_usrreq.c 715 tp->iss = tcp_new_iss(tp);

Completed in 15 milliseconds