Home
last modified time | relevance | path

Searched refs:t_inp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_pcb.c1575 struct sctp_inpcb *t_inp; in sctp_isport_inuse() local
1579 LIST_FOREACH(t_inp, head, sctp_hash) { in sctp_isport_inuse()
1580 if (t_inp->sctp_lport != lport) { in sctp_isport_inuse()
1585 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_isport_inuse()
1586 (((struct in6pcb *)t_inp)->in6p_flags & IN6P_IPV6_V6ONLY)) { in sctp_isport_inuse()
1594 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_isport_inuse()
H A Dsctp_output.c7088 struct sctp_inpcb *t_inp; local
7097 t_inp = inp;
7239 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
9811 struct sctp_inpcb *t_inp; local
9818 t_inp = inp = (struct sctp_inpcb *)so->so_pcb;
9909 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);