Searched refs:intotcpcb (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.41.6/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 | 2040 tp = intotcpcb(inp); in tcp_drain() 2784 tp = intotcpcb(inp); in tcp_ctlinput() 2946 tp = intotcpcb(inp); in tcp6_ctlinput() 3056 struct tcpcb *tp = intotcpcb(inp); in tcp_drop_syn_sent() 3123 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc() 3296 tp = intotcpcb(inp); in tcp_rtlookup() 3401 tp = intotcpcb(inp); in tcp_rtlookup6() 3898 tp = intotcpcb(inp); in tcp_notsent_lowat_check() 5003 struct tcpcb *tp = intotcpcb(inp); in tcp_fill_keepalive_offload_frames() 5395 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in tcp_notify_ack_active() [all …]
|
| H A D | tcp_input.c | 2361 *(tpi->tp) = tp = intotcpcb(inp); in tcp_create_server_socket() 2742 struct tcpcb *tp = intotcpcb(inp); in tcp_input_process_wake_packet() 3182 tp = intotcpcb(inp); in tcp_input() 3213 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 3236 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 3245 TCP_LOG_DROP_NECP(TCP_LOG_HDR, th, intotcpcb(inp), false); in tcp_input() 3339 tp = intotcpcb(inp); in tcp_input() 7430 tp = intotcpcb(inp); in tcp_dropdropablreq() 7621 struct tcpcb *tp = intotcpcb(inp); in tcp_set_foreground_cc() 7634 struct tcpcb *tp = intotcpcb(inp); in tcp_set_new_cc() [all …]
|
| H A D | mptcp_subr.c | 3709 tp = intotcpcb(sotoinpcb(mpts->mpts_socket)); in mptcp_subflow_nosrcaddr_ev() 4011 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in mptcp_drop_tfo_data() 4284 struct tcpcb *tp = intotcpcb(inp); in mptcp_subflow_mpstatus_ev() 4347 tp = intotcpcb(inp); in mptcp_subflow_mustrst_ev() 4955 tp = intotcpcb(inp); in mptcp_subflow_workloop() 5413 tp = intotcpcb(inp); in mptcp_send_dfin() 5675 tp = intotcpcb(inp); in mptcp_act_on_txfail() 5973 tp = intotcpcb(sotoinpcb(so)); in mptcp_notify_mpready() 6006 tp = intotcpcb(sotoinpcb(so)); in mptcp_notify_mpfail() 6297 struct tcpcb *tp = intotcpcb(sotoinpcb(subf_so)); in mptcp_notsent_lowat_check()
|
| H A D | tcp_timer.c | 619 struct tcpcb *tp = intotcpcb(inp); in tcp_remove_from_time_wait() 633 tp = intotcpcb(inp); in tcp_garbage_collect() 2876 tp = intotcpcb(inp); in tcp_probe_connectivity() 2955 struct tcpcb *tp = intotcpcb(inp); in tcp_update_mss_locked()
|
| H A D | tcp_var.h | 1095 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro 1096 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
|
| H A D | in_tclass.c | 533 struct tcpcb *tp = inp ? intotcpcb(inp) : NULL; in set_pid_tclass() 1080 struct tcpcb *tp = intotcpcb(inp); in set_tcp_stream_priority()
|
| H A D | mptcp.c | 1253 struct tcpcb *tp = intotcpcb(sotoinpcb(so)); in mptcp_no_rto_spike()
|
| H A D | mptcp_usrreq.c | 2381 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-12377.41.6/bsd/net/ |
| H A D | ntstat.c | 1034 struct tcpcb *tp = intotcpcb(inp); in nstat_inpcb_to_flags() 2002 if (!(intotcpcb(inp)) || inp->inp_state == INPCB_STATE_DEAD) { in nstat_inp_bluetooth_counts() 2033 !(tp = intotcpcb(inp)) || in nstat_tcp_gone() 2057 if (!(inp = sol->nsl_inp) || !intotcpcb(inp)) { in nstat_tcp_counts() 2062 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_counts() 2111 if (!(inp = sol->nsl_inp) || !intotcpcb(inp)) { in nstat_tcp_details() 2116 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_details() 2411 struct tcpcb *tp = intotcpcb(inp); in nstat_tcp_copy_descriptor() 2426 desc->state = intotcpcb(inp)->t_state; in nstat_tcp_copy_descriptor() 7848 struct tcpcb *tp = intotcpcb(inp); in progress_indicators_for_interface()
|
| H A D | if_ports_used.c | 951 struct tcpcb *tp = intotcpcb(inp); in if_ports_used_add_inpcb()
|
| H A D | content_filter.c | 2960 tp = inp ? intotcpcb(inp) : NULL; in cfil_sock_tcp_add_time_wait()
|
| H A D | necp.c | 10543 tcp_set_tso(intotcpcb(inp), tunnel_interface); in necp_socket_ip_tunnel_tso()
|