Lines Matching defs:t_inp
1663 struct sctp_inpcb *t_inp;
1668 LIST_FOREACH(t_inp, head, sctp_hash) {
1669 if (t_inp->sctp_lport != lport) {
1674 if (t_inp->def_vrf_id == vrf_id)
1681 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1682 SCTP_IPV6_V6ONLY(t_inp)) {
1685 return (t_inp);
1690 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1691 /* t_inp is bound v4 and v6, conflict always */
1692 return (t_inp);
1694 /* t_inp is bound only V4 */
1702 return (t_inp);