Searched refs:intotcpcb (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | tcp_usrreq.c | 214 tp = intotcpcb(inp); in tcp_usr_detach() 236 tp = intotcpcb(inp); \ 245 tp = intotcpcb(inp); \ 495 tp = intotcpcb(inp); in tcp_usr_connect() 675 tp = intotcpcb(inp); in tcp6_usr_connect() 827 tp = intotcpcb(inp); in tcp_usr_accept() 859 tp = intotcpcb(inp); in tcp6_usr_accept() 905 tp = intotcpcb(inp); in tcp_usr_shutdown() 1107 tp = intotcpcb(inp); in tcp_usr_send() 1437 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp_connect() [all …]
|
| H A D | tcp_subr.c | 1739 tp = intotcpcb(inp); in tcp_drain() 2499 tp = intotcpcb(inp); in tcp_ctlinput() 2662 tp = intotcpcb(inp); in tcp6_ctlinput() 2794 struct tcpcb *tp = intotcpcb(inp); in tcp_drop_syn_sent() 2810 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc() 2982 tp = intotcpcb(inp); in tcp_rtlookup() 3082 tp = intotcpcb(inp); in tcp_rtlookup6() 3608 tp = intotcpcb(inp); in tcp_notsent_lowat_check() 3994 struct tcpcb *tp = intotcpcb(inp); in tcp_fill_keepalive_offload_frames() 4387 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in tcp_notify_ack_active() [all …]
|
| H A D | mptcp_subr.c | 3876 tp = intotcpcb(sotoinpcb(mpts->mpts_socket)); in mptcp_subflow_nosrcaddr_ev() 4444 struct tcpcb *tp = intotcpcb(inp); in mptcp_subflow_mpstatus_ev() 4507 tp = intotcpcb(inp); in mptcp_subflow_mustrst_ev() 4995 tp = intotcpcb(inp); in mptcp_subflow_workloop() 5524 tp = intotcpcb(inp); in mptcp_send_dfin() 5798 tp = intotcpcb(inp); in mptcp_act_on_txfail() 6098 tp = intotcpcb(sotoinpcb(so)); in mptcp_notify_mpready() 6131 tp = intotcpcb(sotoinpcb(so)); in mptcp_notify_mpfail() 6443 struct tcpcb *tp = intotcpcb(sotoinpcb(subf_so)); in mptcp_notsent_lowat_check() 6845 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in mptcp_drop_tfo_data()
|
| H A D | tcp_timer.c | 607 struct tcpcb *tp = intotcpcb(inp); in tcp_remove_from_time_wait() 621 tp = intotcpcb(inp); in tcp_garbage_collect() 2872 tp = intotcpcb(inp); in tcp_probe_connectivity() 2951 struct tcpcb *tp = intotcpcb(inp); in tcp_update_mss_locked()
|
| H A D | tcp_input.c | 2268 tp = intotcpcb(inp); in tcp_input() 2292 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2314 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2322 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2544 tp = intotcpcb(inp); in tcp_input() 6516 tp = intotcpcb(inp); in tcp_dropdropablreq() 6714 struct tcpcb *tp = intotcpcb(inp); in tcp_set_new_cc() 6739 struct tcpcb *tp = intotcpcb(inp); in tcp_set_recv_bg()
|
| H A D | tcp_var.h | 825 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro 826 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
|
| H A D | mptcp.c | 1349 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in mptcp_no_rto_spike()
|
| H A D | in_tclass.c | 1122 struct tcpcb *tp = intotcpcb(inp); in set_tcp_stream_priority()
|
| H A D | mptcp_usrreq.c | 2338 tp = intotcpcb(sotoinpcb(so)); in mptcp_usr_preconnect()
|
| H A D | mptcp_opt.c | 131 tp = intotcpcb(inp); in mptcp_setup_join_subflow_syn_opts()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | ntstat.c | 415 struct tcpcb *tp = intotcpcb(inp); in nstat_inpcb_to_flags() 1370 !(tp = intotcpcb(inp)) || in nstat_tcp_gone() 1395 if (!(inp = tucookie->inp) || !intotcpcb(inp)) { in nstat_tcp_counts() 1400 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_counts() 1709 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_copy_descriptor() 1724 desc->state = intotcpcb(inp)->t_state; in nstat_tcp_copy_descriptor() 6733 struct tcpcb *tp = intotcpcb(inp); in tcp_progress_indicators_for_interface()
|
| H A D | if_ports_used.c | 714 struct tcpcb *tp = intotcpcb(inp); in if_ports_used_add_inpcb()
|
| H A D | necp.c | 8969 tcp_set_tso(intotcpcb(inp), tunnel_interface); in necp_socket_ip_tunnel_tso()
|