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

/freebsd-10-stable/sbin/hastd/
H A Dproto_tcp.c67 static void tcp_close(void *ctx);
275 tcp_close(tctx);
280 tcp_close(tctx);
428 tcp_close(tctx);
433 tcp_close(tctx);
602 tcp_close(void *ctx) function
629 .prt_close = tcp_close
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c72 static void tcp_close(void *ctx);
334 tcp_close(tctx);
425 tcp_close(tctx);
430 tcp_close(tctx);
687 tcp_close(void *ctx) function
713 .prt_close = tcp_close
/freebsd-10-stable/sys/netinet/
H A Dtcp_timewait.c250 tp = tcp_close(tp);
276 tp = tcp_close(tp);
H A Dtcp_timer.c316 tp = tcp_close(tp);
324 tp = tcp_close(tp);
H A Dtcp_input.c2189 tp = tcp_close(tp);
2199 tp = tcp_close(tp);
2312 tp = tcp_close(tp);
2932 tp = tcp_close(tp);
H A Dtcp_var.h682 tcp_close(struct tcpcb *);
H A Dtcp_usrreq.c1797 * Neither tcp_close() nor tcp_drop() should return NULL, as the
1801 tp = tcp_close(tp);
1803 ("tcp_disconnect: tcp_close() returned NULL"));
1842 tp = tcp_close(tp);
1844 * tcp_close() should never return NULL here as the socket is
1848 ("tcp_usrclosed: tcp_close() returned NULL"));
H A Dtcp_subr.c1019 return (tcp_close(tp));
1204 tcp_close(struct tcpcb *tp) function
1229 KASSERT(inp->inp_socket != NULL, ("tcp_close: inp_socket NULL"));
1234 ("tcp_close: !SS_PROTOREF"));
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1312 if (tcp_close(tp))
1490 INP_INFO_RLOCK(&V_tcbinfo); /* for tcp_close */
1519 tp = tcp_close(tp);
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1219 if (tcp_close(tp))
1312 INP_INFO_RLOCK(&V_tcbinfo); /* for tcp_close */
1339 tp = tcp_close(tp);

Completed in 103 milliseconds