Searched refs:t_inp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.c | 1663 struct sctp_inpcb *t_inp; in sctp_isport_inuse() local 1668 LIST_FOREACH(t_inp, head, sctp_hash) { in sctp_isport_inuse() 1669 if (t_inp->sctp_lport != lport) { in sctp_isport_inuse() 1674 if (t_inp->def_vrf_id == vrf_id) in sctp_isport_inuse() 1681 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_isport_inuse() 1682 SCTP_IPV6_V6ONLY(t_inp)) { in sctp_isport_inuse() 1685 return (t_inp); in sctp_isport_inuse() 1690 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_isport_inuse() 1692 return (t_inp); in sctp_isport_inuse() 1702 return (t_inp); in sctp_isport_inuse()
|
H A D | sctp_output.c | 12578 struct sctp_inpcb *t_inp; in sctp_lower_sosend() local 12648 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; in sctp_lower_sosend() 12727 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); in sctp_lower_sosend() 12763 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); in sctp_lower_sosend() 12766 stcb = sctp_findassociation_cmsgs(&t_inp, port, control, &net, &error); in sctp_lower_sosend() 12781 if (t_inp != inp) { in sctp_lower_sosend()
|