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

/freebsd-10-stable/sys/netinet/
H A Dtcp_offload.c95 INP_WLOCK_ASSERT(tp->t_inpcb);
104 INP_WLOCK_ASSERT(tp->t_inpcb);
115 INP_WLOCK_ASSERT(tp->t_inpcb);
127 INP_WLOCK_ASSERT(tp->t_inpcb);
151 INP_WLOCK_ASSERT(tp->t_inpcb);
162 INP_WLOCK_ASSERT(tp->t_inpcb);
173 INP_WLOCK_ASSERT(tp->t_inpcb);
H A Dtcp_reass.c136 INP_WLOCK_ASSERT(tp->t_inpcb);
166 struct socket *so = tp->t_inpcb->inp_socket;
171 INP_WLOCK_ASSERT(tp->t_inpcb);
212 if ((s = tcp_log_addrs(&tp->t_inpcb->inp_inc, th, NULL, NULL))) {
233 if ((s = tcp_log_addrs(&tp->t_inpcb->inp_inc, th, NULL,
243 if ((s = tcp_log_addrs(&tp->t_inpcb->inp_inc, th, NULL,
H A Dtcp_timer.c232 inp = tp->t_inpcb;
233 KASSERT(inp != NULL, ("%s: tp %p tp->t_inpcb == NULL", __func__, tp));
271 inp = tp->t_inpcb;
272 KASSERT(inp != NULL, ("%s: tp %p tp->t_inpcb == NULL", __func__, tp));
277 INP_WUNLOCK(tp->t_inpcb);
313 tp->t_inpcb && tp->t_inpcb->inp_socket &&
314 (tp->t_inpcb->inp_socket->so_rcv.sb_state & SBS_CANTRCVMORE)) {
328 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG))
351 inp = tp->t_inpcb;
[all...]
H A Dtcp_output.c172 INP_WLOCK_ASSERT(tp->t_inpcb);
184 struct socket *so = tp->t_inpcb->inp_socket;
208 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0;
211 INP_WLOCK_ASSERT(tp->t_inpcb);
549 tp->t_inpcb->inp_options == NULL &&
550 tp->t_inpcb->in6p_options == NULL)
763 to.to_mss = tcp_mssopt(&tp->t_inpcb->inp_inc);
824 ipoptlen = ip6_optlen(tp->t_inpcb);
827 if (tp->t_inpcb->inp_options)
828 ipoptlen = tp->t_inpcb
[all...]
H A Dtcp_sack.c168 INP_WLOCK_ASSERT(tp->t_inpcb);
248 INP_WLOCK_ASSERT(tp->t_inpcb);
359 INP_WLOCK_ASSERT(tp->t_inpcb);
567 INP_WLOCK_ASSERT(tp->t_inpcb);
590 INP_WLOCK_ASSERT(tp->t_inpcb);
614 INP_WLOCK_ASSERT(tp->t_inpcb);
652 INP_WLOCK_ASSERT(tp->t_inpcb);
677 INP_WLOCK_ASSERT(tp->t_inpcb);
H A Dtcp_input.c293 INP_WLOCK_ASSERT(tp->t_inpcb);
326 struct inpcb *inp = tp->t_inpcb;
329 INP_WLOCK_ASSERT(tp->t_inpcb);
396 INP_WLOCK_ASSERT(tp->t_inpcb);
448 INP_WLOCK_ASSERT(tp->t_inpcb);
478 if ((tp) && (tp)->t_inpcb && \
479 ((tp)->t_inpcb->inp_vflag & INP_IPV6) != 0) \
1559 inc = &tp->t_inpcb->inp_inc;
1585 INP_WLOCK_ASSERT(tp->t_inpcb);
2055 INP_WLOCK_ASSERT(tp->t_inpcb);
[all...]
H A Dtcp_subr.c581 inp = tp->t_inpcb;
802 ip6->ip6_hlim = in6_selecthlim(tp != NULL ? tp->t_inpcb :
910 tp->t_inpcb = inp;
1005 struct socket *so = tp->t_inpcb->inp_socket;
1008 INP_WLOCK_ASSERT(tp->t_inpcb);
1025 struct inpcb *inp = tp->t_inpcb;
1125 tp->t_inpcb = NULL;
1175 inp = tp->t_inpcb;
1176 KASSERT(inp != NULL, ("%s: tp %p tp->t_inpcb == NULL",
1186 tp->t_inpcb
[all...]
H A Dtcp_var.h95 if ((tp) && (tp)->t_inpcb && \
96 ((tp)->t_inpcb->inp_vflag & INP_IPV6) != 0) \
115 struct inpcb *t_inpcb; /* back pointer to internet pcb */ member in struct:tcpcb
H A Dtcp_usrreq.c1193 struct inpcb *inp = tp->t_inpcb, *oinp;
1254 struct inpcb *inp = tp->t_inpcb, *oinp;
1333 INP_WLOCK_ASSERT(tp->t_inpcb);
1790 struct inpcb *inp = tp->t_inpcb;
1832 INP_WLOCK_ASSERT(tp->t_inpcb);
1865 soisdisconnected(tp->t_inpcb->inp_socket);
2084 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl,
2085 &tp->t_timers->tt_delack, tp->t_inpcb);
H A Dtoecore.c216 struct inpcb *inp = tp->t_inpcb;
230 struct inpcb *inp = tp->t_inpcb;
H A Dtcp_timewait.c223 struct inpcb *inp = tp->t_inpcb;
H A Dtcp_syncache.c2167 xt.xt_tp.t_inpcb = &xt.xt_inp;
/freebsd-10-stable/cddl/lib/libdtrace/
H A Dtcp.d167 cs_cid = (uint64_t)(p == NULL ? 0 : p->t_inpcb);
177 tcps_lport = p == NULL ? 0 : ntohs(p->t_inpcb->inp_inc.inc_ie.ie_lport);
178 tcps_rport = p == NULL ? 0 : ntohs(p->t_inpcb->inp_inc.inc_ie.ie_fport);
180 p->t_inpcb->inp_vflag == INP_IPV4 ?
181 inet_ntoa(&p->t_inpcb->inp_inc.inc_ie.ie_dependladdr.ie46_local.ia46_addr4.s_addr) :
182 inet_ntoa6(&p->t_inpcb->inp_inc.inc_ie.ie_dependladdr.ie6_local);
184 p->t_inpcb->inp_vflag == INP_IPV4 ?
185 inet_ntoa(&p->t_inpcb->inp_inc.inc_ie.ie_dependfaddr.ie46_foreign.ia46_addr4.s_addr) :
186 inet_ntoa6(&p->t_inpcb->inp_inc.inc_ie.ie_dependfaddr.ie6_foreign);
/freebsd-10-stable/sys/netinet/khelp/
H A Dh_ertt.c220 INP_WLOCK_ASSERT(tp->t_inpcb);
452 INP_WLOCK_ASSERT(tp->t_inpcb);
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c189 toepcb_detach(tp->t_inpcb);
356 inp_lock_assert(tp->t_inpcb);
437 inp_lock_assert(tp->t_inpcb);
589 struct inpcb *inp = tp->t_inpcb;
634 struct inpcb *inp = tp->t_inpcb;
655 struct inpcb *inp = tp->t_inpcb;
1772 inp_wunlock(tp->t_inpcb);
H A Dcxgb_listen.c807 struct inpcb *inp = tp->t_inpcb;
890 struct inpcb *inp = tp->t_inpcb;
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c248 struct inpcb *inp = tp->t_inpcb;
382 struct inpcb *inp = tp->t_inpcb;
997 struct inpcb *inp = tp->t_inpcb;
1019 struct inpcb *inp = tp->t_inpcb;
1044 struct inpcb *inp = tp->t_inpcb;
H A Dt4_listen.c509 struct inpcb *inp = tp->t_inpcb;
595 struct inpcb *inp = tp->t_inpcb;
H A Dt4_tom.c351 struct inpcb *inp = tp->t_inpcb;

Completed in 154 milliseconds