Searched refs:t_inp (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 1797 struct sctp_inpcb *t_inp; in sctp_isport_inuse() local 1802 LIST_FOREACH(t_inp, head, sctp_hash) { in sctp_isport_inuse() 1803 if (t_inp->sctp_lport != lport) { in sctp_isport_inuse() 1808 if (t_inp->def_vrf_id == vrf_id) in sctp_isport_inuse() 1815 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_isport_inuse() 1816 SCTP_IPV6_V6ONLY(t_inp)) { in sctp_isport_inuse() 1819 return (t_inp); in sctp_isport_inuse() 1824 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_isport_inuse() 1826 return (t_inp); in sctp_isport_inuse() 1836 return (t_inp); in sctp_isport_inuse()
|
| H A D | sctp_output.c | 12483 struct sctp_inpcb *t_inp; in sctp_lower_sosend() local 12501 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; in sctp_lower_sosend() 12628 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); in sctp_lower_sosend() 12658 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); in sctp_lower_sosend() 12661 stcb = sctp_findassociation_cmsgs(&t_inp, port, control, &net, &error); in sctp_lower_sosend() 12674 if (t_inp != inp) { in sctp_lower_sosend()
|