Searched refs:t_inpcb (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c300 struct inpcb *inp = tp->t_inpcb;
335 tcp_unlock(tp->t_inpcb->inp_socket, 0, 0);
337 tcp_lock(tp->t_inpcb->inp_socket, 0, 0);
532 if (tcp_garbage_collect(tw_tp->t_inpcb, 1))
630 int isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV4) == 0;
633 so = tp->t_inpcb->inp_socket;
737 if (INP_WAIT_FOR_IF_FEEDBACK(tp->t_inpcb))
829 in6_losing(tp->t_inpcb);
832 in_losing(tp->t_inpcb);
870 DTRACE_TCP5(cc, void, NULL, struct inpcb *, tp->t_inpcb,
[all...]
H A Dtcp_subr.c486 struct inpcb *inp = tp->t_inpcb;
611 ro6 = &tp->t_inpcb->in6p_route;
614 ro = &tp->t_inpcb->inp_route;
706 if (tp != NULL && tp->t_inpcb != NULL) {
711 mac_mbuf_label_associate_inpcb(tp->t_inpcb, m);
738 ip6->ip6_hlim = in6_selecthlim(tp ? tp->t_inpcb : NULL,
751 if (tp == NULL || (tp->t_inpcb->inp_socket->so_options & SO_DEBUG))
755 if (ipsec_bypass == 0 && ipsec_setsocket(m, tp ? tp->t_inpcb->inp_socket : NULL) != 0) {
766 set_packet_service_class(m, tp->t_inpcb->inp_socket,
771 m->m_pkthdr.pkt_flowid = tp->t_inpcb
[all...]
H A Dmptcp_opt.c291 struct socket *so = tp->t_inpcb->inp_socket;
412 struct inpcb *inp = (struct inpcb *)tp->t_inpcb;
979 if (tp->t_inpcb->inp_socket != NULL) { \
980 soevent(tp->t_inpcb->inp_socket, \
1111 tp->t_inpcb->inp_socket->so_flags |= SOF_MPTCP_TRUE;
1137 if (tp->t_inpcb->inp_socket != NULL) { \
1138 soevent(tp->t_inpcb->inp_socket, \
1147 if (tp->t_inpcb->inp_socket->so_flags & SOF_MPTCP_CLIENT) {
1184 tp->t_inpcb->inp_socket->so_flags |= SOF_MP_SEC_SUBFLOW;
1269 tp->t_inpcb
[all...]
H A Dtcp_timer.h254 ((tp)->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) ? \
H A Dtcp_newreno.c128 sb = &(tp->t_inpcb->inp_socket->so_snd);
140 sb = &(tp->t_inpcb->inp_socket->so_snd);
H A Dtcp_usrreq.c1154 struct inpcb *inp = tp->t_inpcb, *oinp;
1253 if ((taop = tcp_gettaocache(tp->t_inpcb)) == NULL) {
1281 struct inpcb *inp = tp->t_inpcb, *oinp;
1371 if ((taop = tcp_gettaocache(tp->t_inpcb)) == NULL) {
1399 struct inpcb *inp = tp->t_inpcb;
1433 ti->tcpi_snd_sbbytes = tp->t_inpcb->inp_socket->so_snd.sb_cc;
1447 ti->tcpi_last_outif = (tp->t_inpcb->inp_last_outifp == NULL) ? 0 :
1448 tp->t_inpcb->inp_last_outifp->if_index;
2248 struct socket *so = tp->t_inpcb->inp_socket;
2299 struct inpcb *, tp->t_inpcb,
[all...]
H A Dtcp_input.c594 struct inpcb *inp = tp->t_inpcb;
1179 struct socket *so = tp->t_inpcb->inp_socket;
2078 tp->t_inpcb->inp_ip_ttl = tp0->t_inpcb->inp_ip_ttl;
2350 struct inpcb *, tp->t_inpcb,
2439 tcp_lro_remove_state(tp->t_inpcb->inp_laddr,
2440 tp->t_inpcb->inp_faddr,
2441 tp->t_inpcb->inp_lport,
2442 tp->t_inpcb->inp_fport);
2822 nstat_route_connect_success(tp->t_inpcb
[all...]
H A Dtcp_var.h220 struct inpcb *t_inpcb; /* back pointer to internet pcb */ member in struct:tcpcb
473 if (INP_IS_FLOW_CONTROLLED((_tp_)->t_inpcb)) \
474 inp_reset_fc_state((_tp_)->t_inpcb); \
629 _TCPCB_PTR(struct inpcb *) t_inpcb; /* back pointer to internet pcb */ member in struct:otcpcb
H A Dtcp_output.c263 struct inpcb *inp = tp->t_inpcb;
376 if (rt != NULL && ROUTE_UNUSABLE(&tp->t_inpcb->inp_route)) {
2189 struct inpcb *inp = tp->t_inpcb;
2396 tp->t_inpcb->inp_route.ro_rt != NULL) {
2400 tcp_getrt_rtt(tp, tp->t_inpcb->in6p_route.ro_rt);
2453 struct socket *so = tp->t_inpcb->inp_socket;
2540 struct sockbuf *sbrcv = &tp->t_inpcb->inp_socket->so_rcv;
H A Dmptcp.c515 mptcp_notify_mpfail(tp->t_inpcb->inp_socket);
532 mptcp_notify_mpready(tp->t_inpcb->inp_socket);

Completed in 51 milliseconds