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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_pcb.c1751 struct sctp_inpcb *t_inp; local
1756 LIST_FOREACH(t_inp, head, sctp_hash) {
1757 if (t_inp->sctp_lport != lport) {
1762 if (t_inp->def_vrf_id == vrf_id)
1769 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1770 SCTP_IPV6_V6ONLY(t_inp)) {
1773 return (t_inp);
1778 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1779 /* t_inp is bound v4 and v6, conflict always */
1780 return (t_inp);
[all...]
H A Dsctp_output.c12102 struct sctp_inpcb *t_inp; local
12120 t_inp = inp = (struct sctp_inpcb *)so->so_pcb;
12238 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
12269 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
12271 stcb = sctp_findassociation_cmsgs(&t_inp, port, control, &net, &error);
12283 if (t_inp != inp) {

Completed in 100 milliseconds