Searched refs:t_inp (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctp_pcb.c | 1820 struct sctp_inpcb *t_inp; in sctp_isport_inuse() local 1825 LIST_FOREACH(t_inp, head, sctp_hash) { in sctp_isport_inuse() 1826 if (t_inp->sctp_lport != lport) { in sctp_isport_inuse() 1831 if (t_inp->def_vrf_id == vrf_id) in sctp_isport_inuse() 1838 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_isport_inuse() 1839 SCTP_IPV6_V6ONLY(t_inp)) { in sctp_isport_inuse() 1842 return (t_inp); in sctp_isport_inuse() 1847 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_isport_inuse() 1849 return (t_inp); in sctp_isport_inuse() 1859 return (t_inp); in sctp_isport_inuse()
|
| HD | sctp_output.c | 12195 struct sctp_inpcb *t_inp; in sctp_lower_sosend() local 12213 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; in sctp_lower_sosend() 12331 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); in sctp_lower_sosend() 12362 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); in sctp_lower_sosend() 12364 stcb = sctp_findassociation_cmsgs(&t_inp, port, control, &net, &error); in sctp_lower_sosend() 12376 if (t_inp != inp) { in sctp_lower_sosend()
|