Searched refs:tcp_info (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/bsd/net/aop/ |
| H A D | aop_flow_stats.h | 41 struct tcp_info tcp_info; /* TCP information */ member
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | tcp_private.h | 205 struct tcp_info { struct 386 struct tcp_info tcpci_tcp_info;/* TCP info */
|
| H A D | tcp_usrreq.c | 121 errno_t tcp_fill_info_for_info_tuple(struct info_tuple *, struct tcp_info *); 1754 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) in tcp_fill_info() 1940 tcp_fill_info_for_info_tuple(struct info_tuple *itpl, struct tcp_info *ti) in tcp_fill_info_for_info_tuple() 2114 struct tcp_info ti = {}; in tcp_sysctl_info() 2131 error = SYSCTL_OUT(req, &ti, sizeof(struct tcp_info)); in tcp_sysctl_info() 2910 struct tcp_info ti; in tcp_ctloutput() 2913 error = sooptcopyout(sopt, &ti, sizeof(struct tcp_info)); in tcp_ctloutput()
|
| H A D | mptcp_usrreq.c | 1939 mptcp_fill_info_bytestats(struct tcp_info *ti, struct mptses *mpte) in mptcp_fill_info_bytestats() 1981 mptcp_fill_info(struct mptses *mpte, struct tcp_info *ti) in mptcp_fill_info() 2122 struct tcp_info ti; in mptcp_getopt() 2125 error = sooptcopyout(sopt, &ti, sizeof(struct tcp_info)); in mptcp_getopt()
|
| H A D | tcp_var.h | 1873 void tcp_fill_info(struct tcpcb *, struct tcp_info *);
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | necp.h | 1118 struct tcp_info tcpi;
|
| H A D | necp_client.c | 1284 struct tcp_info *tcpi = &flow_stats.transport.tcp_stats.tcp_info; in necp_client_collect_aop_flow_stats() 6990 struct tcp_info *tcpi = &flow_stats.transport.tcp_stats.tcp_info; in necp_request_aop_tcp_netstats() 11662 struct tcp_info *tcpi = &flow_stats->transport.tcpi; in necp_client_copy_flow_stats() 11663 struct tcp_info *a_tcpi = &aop_flow_stats.transport.tcp_stats.tcp_info; in necp_client_copy_flow_stats()
|