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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h232 tcp_fin_acked : 1, /* Has our FIN been acked? */ member in struct:tcp_s
H A Dtcp.c967 !(tcp->tcp_fin_acked) &&
974 while (!(tcp->tcp_fin_acked) &&
3920 tcp->tcp_fin_acked = B_TRUE;
3991 if (tcp->tcp_fin_acked) {
4017 if (tcp->tcp_fin_acked) {
4023 if (tcp->tcp_fin_acked) {
4052 if (!tcp->tcp_fin_acked) {
4442 !tcp->tcp_fin_acked)
5976 if (!tcp->tcp_fin_acked) {
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h208 tcp_fin_acked : 1, /* Has our FIN been acked? */ member in struct:tcp_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c881 !tcp->tcp_fin_acked)
H A Dtcp_input.c4412 if (!tcp->tcp_fin_acked)
4414 tcp->tcp_fin_acked = B_TRUE;
4491 if (tcp->tcp_fin_acked) {
4521 if (tcp->tcp_fin_acked) {
4527 if (tcp->tcp_fin_acked) {
4580 if (!tcp->tcp_fin_acked) {
H A Dtcp_output.c1558 !(tcp->tcp_fin_acked) &&
2968 if (!tcp->tcp_fin_acked) {
H A Dtcp.c2129 tcp->tcp_fin_acked = 0;
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1244 tcp_fin_acked : 1, /* Has our FIN been acked? */ member in struct:nca_conn_s

Completed in 102 milliseconds