Home
last modified time | relevance | path

Searched refs:ixa_ire (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_output.c147 ASSERT(ixa->ixa_ire != NULL); in conn_ip_output()
161 ire = ixa->ixa_ire; in conn_ip_output()
197 ire = ixa->ixa_ire; in conn_ip_output()
254 ire = ixa->ixa_ire; in conn_ip_output()
465 if (ixa->ixa_ire != NULL) in ip_verify_ire()
466 ire_refrele_notr(ixa->ixa_ire); in ip_verify_ire()
471 ixa->ixa_ire = ire; in ip_verify_ire()
531 ire_t *ire = ixa->ixa_ire; in ip_verify_nce()
662 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) || in ip_verify_lso()
663 (ixa->ixa_ire->ire_flags & RTF_MULTIRT) || in ip_verify_lso()
[all …]
H A Dip_attr.c882 ixa->ixa_ire = NULL; in ixa_safe_copy()
935 if (ixa->ixa_ire != NULL) in ip_xmit_attr_duplicate()
936 ire_refhold_notr(ixa->ixa_ire); in ip_xmit_attr_duplicate()
1068 if (ixa->ixa_ire != NULL) { in ixa_cleanup()
1069 ire_refrele_notr(ixa->ixa_ire); in ixa_cleanup()
1070 ixa->ixa_ire = NULL; in ixa_cleanup()
1149 ire = ixa->ixa_ire; in ixa_cleanup_stale()
1162 ixa->ixa_ire = ire; in ixa_cleanup_stale()
H A Dconn_opt.c2689 ASSERT(ixa->ixa_ire != NULL); in conn_connect()
2692 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect()
2693 !(ixa->ixa_ire->ire_flags & RTF_MULTIRT) && in conn_connect()
2707 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect()
2708 !(ixa->ixa_ire->ire_flags & RTF_MULTIRT) && in conn_connect()
2847 ASSERT(econnp->conn_ixa->ixa_ire == NULL); in conn_inherit_parent()
H A Dipclassifier.c1978 ASSERT(connp->conn_ixa->ixa_ire == NULL); in tcp_conn_destructor()
2021 ASSERT(connp->conn_ixa->ixa_ire == NULL); in ip_conn_destructor()
2072 ASSERT(connp->conn_ixa->ixa_ire == NULL); in udp_conn_destructor()
2123 ASSERT(connp->conn_ixa->ixa_ire == NULL); in rawip_conn_destructor()
2172 ASSERT(connp->conn_ixa->ixa_ire == NULL); in rts_conn_destructor()
H A Dicmp.c1185 if (ixa == NULL || ixa->ixa_ire == NULL) { in icmp_icmp_input()
3149 if (ixa->ixa_ire != NULL) { in icmp_output_hdrincl()
3535 if (ixa->ixa_ire != NULL) { in icmp_output_ancillary()
3719 if (ixa->ixa_ire == NULL) { in icmp_output_connected()
3753 if (ixa->ixa_ire != NULL) { in icmp_output_connected()
3871 if (ixa->ixa_ire == NULL) { in icmp_output_lastdst()
3905 if (ixa->ixa_ire != NULL) { in icmp_output_lastdst()
4516 if (ixa->ixa_ire != NULL) { in icmp_output_newdst()
H A Dip6.c2068 if (ixa->ixa_ire != NULL) in ip_set_destination_v6()
2069 ire_refrele_notr(ixa->ixa_ire); in ip_set_destination_v6()
2074 ixa->ixa_ire = ire; in ip_set_destination_v6()
H A Dip.c3461 if (ixa->ixa_ire != NULL) in ip_set_destination_v4()
3462 ire_refrele_notr(ixa->ixa_ire); in ip_set_destination_v4()
3467 ixa->ixa_ire = ire; in ip_set_destination_v4()
3721 ire = ixa->ixa_ire; in ip_get_pmtu()
6560 if (ixa->ixa_ire != NULL) in ip_fill_mtuinfo()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c1753 if (ixa->ixa_ire != NULL) { in iptun_get_dst_pmtu()
1801 if (ixa->ixa_ire != NULL) { in iptun_update_dst_pmtu()
3149 if (ixa->ixa_ire == NULL) { in iptun_output()
3154 if (ixa->ixa_ire != NULL && in iptun_output()
3220 need_connect = (ixa->ixa_ire == NULL); in iptun_output_6to4()
3246 if (ixa->ixa_ire != NULL && in iptun_output_6to4()
3360 ASSERT(ixa->ixa_ire != NULL); in iptun_output_common()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c153 ASSERT(fp->sf_ixa->ixa_ire != NULL); in sctp_get_dest()
154 ASSERT(!(fp->sf_ixa->ixa_ire->ire_flags & (RTF_REJECT|RTF_BLACKHOLE))); in sctp_get_dest()
296 (fp->sf_ixa->ixa_ire->ire_flags & (RTF_REJECT|RTF_BLACKHOLE))) { in sctp_make_mp()
311 ASSERT(fp->sf_ixa->ixa_ire != NULL); in sctp_make_mp()
H A Dsctp_conn.c642 ASSERT(ixa->ixa_ire != NULL); in sctp_connect()
H A Dsctp_error.c157 ASSERT(ixa->ixa_ire != NULL); in sctp_user_abort()
H A Dsctp_output.c596 ASSERT(fp->sf_ixa->ixa_ire != NULL); in sctp_add_proto_hdr()
597 if ((fp->sf_ixa->ixa_ire->ire_flags & (RTF_REJECT|RTF_BLACKHOLE)) || in sctp_add_proto_hdr()
H A Dsctp.c2077 ASSERT(connp->conn_ixa->ixa_ire == NULL); in sctp_conn_cache_destructor()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c482 connp->conn_ixa->ixa_ire->ire_ill->ill_phyint->phyint_ifindex; in t4_l2t_get()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c937 if (ixa == NULL || ixa->ixa_ire == NULL) { in udp_icmp_input()
2788 if (ixa->ixa_ire != NULL) { in udp_output_ancillary()
2948 if (ixa->ixa_ire == NULL) { in udp_output_connected()
2982 if (ixa->ixa_ire != NULL) { in udp_output_connected()
3005 ASSERT(ixa->ixa_ire != NULL); in udp_output_connected()
3079 if (ixa->ixa_ire == NULL) { in udp_output_lastdst()
3113 if (ixa->ixa_ire != NULL) { in udp_output_lastdst()
3805 if (ixa->ixa_ire != NULL) { in udp_output_newdst()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c618 ire = connp->conn_ixa->ixa_ire; in tcp_ip_notify()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2104 ire_t *ixa_ire; /* Forwarding table entry */ member