Searched refs:tcp_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp.h162 #define TCP_INFO 32 /* retrieve tcp_info structure */
192 struct tcp_info { struct
232 /* FreeBSD extensions to tcp_info. */
H A Dtcp_usrreq.c108 static void tcp_fill_info(struct tcpcb *, struct tcp_info *);
1240 * Export TCP internal state information via a struct tcp_info, based on the
1247 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti)
1273 * FreeBSD-specific extension fields for tcp_info.
1311 struct tcp_info ti;

Completed in 53 milliseconds