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

  /src/sys/netinet/
tcp_subr.c 226 int tcp_freeq(struct tcpcb *);
1131 (void) tcp_freeq(tp);
1171 tcp_freeq(struct tcpcb *tp) function in typeref:typename:int
1230 if (tcp_freeq(tp))
tcp_subr.c 226 int tcp_freeq(struct tcpcb *);
1131 (void) tcp_freeq(tp);
1171 tcp_freeq(struct tcpcb *tp) function in typeref:typename:int
1230 if (tcp_freeq(tp))
tcp_subr.c 226 int tcp_freeq(struct tcpcb *);
1131 (void) tcp_freeq(tp);
1171 tcp_freeq(struct tcpcb *tp) function in typeref:typename:int
1230 if (tcp_freeq(tp))

Completed in 77 milliseconds