Searched refs:intotcpcb (Results 1 – 14 of 14) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_usrreq.c | 201 tp = intotcpcb(inp); in tcp_usr_detach() 221 tp = intotcpcb(inp); \ 229 tp = intotcpcb(inp); \ 671 tp = intotcpcb(inp); in tcp_usr_connect() 831 tp = intotcpcb(inp); in tcp6_usr_connect() 924 tp = intotcpcb(inp); in tcp_usr_accept() 954 tp = intotcpcb(inp); in tcp6_usr_accept() 998 tp = intotcpcb(inp); in tcp_usr_shutdown() 1195 tp = intotcpcb(inp); in tcp_usr_send() 1528 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp_connect() [all …]
|
| H A D | tcp_subr.c | 1806 tp = intotcpcb(inp); in tcp_drain() 2550 tp = intotcpcb(inp); in tcp_ctlinput() 2712 tp = intotcpcb(inp); in tcp6_ctlinput() 2821 struct tcpcb *tp = intotcpcb(inp); in tcp_drop_syn_sent() 2888 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc() 3061 tp = intotcpcb(inp); in tcp_rtlookup() 3161 tp = intotcpcb(inp); in tcp_rtlookup6() 3760 tp = intotcpcb(inp); in tcp_notsent_lowat_check() 4815 struct tcpcb *tp = intotcpcb(inp); in tcp_fill_keepalive_offload_frames() 5207 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in tcp_notify_ack_active() [all …]
|
| H A D | mptcp_subr.c | 3701 tp = intotcpcb(sotoinpcb(mpts->mpts_socket)); in mptcp_subflow_nosrcaddr_ev() 4003 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in mptcp_drop_tfo_data() 4276 struct tcpcb *tp = intotcpcb(inp); in mptcp_subflow_mpstatus_ev() 4339 tp = intotcpcb(inp); in mptcp_subflow_mustrst_ev() 4947 tp = intotcpcb(inp); in mptcp_subflow_workloop() 5405 tp = intotcpcb(inp); in mptcp_send_dfin() 5667 tp = intotcpcb(inp); in mptcp_act_on_txfail() 5965 tp = intotcpcb(sotoinpcb(so)); in mptcp_notify_mpready() 5998 tp = intotcpcb(sotoinpcb(so)); in mptcp_notify_mpfail() 6290 struct tcpcb *tp = intotcpcb(sotoinpcb(subf_so)); in mptcp_notsent_lowat_check()
|
| H A D | tcp_input.c | 2452 tp = intotcpcb(inp); in tcp_input() 2476 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2499 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2508 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 2741 tp = intotcpcb(inp); in tcp_input() 7233 tp = intotcpcb(inp); in tcp_dropdropablreq() 7424 struct tcpcb *tp = intotcpcb(inp); in tcp_set_foreground_cc() 7437 struct tcpcb *tp = intotcpcb(inp); in tcp_set_new_cc() 7462 struct tcpcb *tp = intotcpcb(inp); in tcp_set_recv_bg() 7815 struct tcpcb *tp = intotcpcb(inp); in tcp_reass_qlen_space()
|
| H A D | tcp_timer.c | 622 struct tcpcb *tp = intotcpcb(inp); in tcp_remove_from_time_wait() 636 tp = intotcpcb(inp); in tcp_garbage_collect() 2892 tp = intotcpcb(inp); in tcp_probe_connectivity() 2971 struct tcpcb *tp = intotcpcb(inp); in tcp_update_mss_locked()
|
| H A D | in_tclass.c | 533 struct tcpcb *tp = inp ? intotcpcb(inp) : NULL; in set_pid_tclass() 1132 struct tcpcb *tp = intotcpcb(inp); in set_tcp_stream_priority()
|
| H A D | tcp_var.h | 1051 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro 1052 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
|
| H A D | mptcp.c | 1244 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in mptcp_no_rto_spike()
|
| H A D | mptcp_usrreq.c | 2374 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-11417.101.15/bsd/net/ |
| H A D | ntstat.c | 756 struct tcpcb *tp = intotcpcb(inp); in nstat_inpcb_to_flags() 1670 if (!(intotcpcb(inp)) || inp->inp_state == INPCB_STATE_DEAD) { in nstat_inp_bluetooth_counts() 1702 !(tp = intotcpcb(inp)) || in nstat_tcp_gone() 1727 if (!(inp = tucookie->inp) || !intotcpcb(inp)) { in nstat_tcp_counts() 1732 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_counts() 2037 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_copy_descriptor() 2052 desc->state = intotcpcb(inp)->t_state; in nstat_tcp_copy_descriptor() 6955 struct tcpcb *tp = intotcpcb(inp); in progress_indicators_for_interface()
|
| H A D | if_ports_used.c | 776 struct tcpcb *tp = intotcpcb(inp); in if_ports_used_add_inpcb()
|
| H A D | content_filter.c | 2964 tp = inp ? intotcpcb(inp) : NULL; in cfil_sock_tcp_add_time_wait()
|
| H A D | necp.c | 10432 tcp_set_tso(intotcpcb(inp), tunnel_interface); in necp_socket_ip_tunnel_tso()
|