Searched refs:linger (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dsocket.d51 short linger;
66 linger = T->so_linger;
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c1434 * Otherwise let it linger around in case the upper layers need
1450 mptcplog((LOG_DEBUG, "%s: cid %d fin %d [linger %s]\n",
1976 boolean_t linger; local
1985 linger = (!(mpts->mpts_flags & MPTSF_DELETEOK) &&
1988 mptcplog((LOG_DEBUG, "%s: cid %d [linger %s]\n", __func__,
1989 mpts->mpts_connid, (linger ? "YES" : "NO")));
2001 mptcp_subflow_disconnect(mpte, mpts, !linger);
2014 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2067 boolean_t linger; local
2076 linger
2116 boolean_t linger; local
2263 boolean_t linger; local
2598 boolean_t linger; local
2732 boolean_t linger; local
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h155 #define SO_LINGER 0x0080 /* linger on close if data present (in ticks) */
157 #define SO_LINGER 0x1080 /* linger on close if data present (in seconds) */
201 #define SO_LINGER_SEC 0x1080 /* linger on close if data present (in seconds) */
327 * Structure used for manipulating linger option.
329 struct linger { struct
331 int l_linger; /* linger time */
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c3344 struct linger l;
3874 struct linger l;

Completed in 43 milliseconds