Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c149 ASSERT(ixa->ixa_ire != NULL); in conn_ip_output()
163 ire = ixa->ixa_ire; in conn_ip_output()
199 ire = ixa->ixa_ire; in conn_ip_output()
256 ire = ixa->ixa_ire; in conn_ip_output()
467 if (ixa->ixa_ire != NULL) in ip_verify_ire()
468 ire_refrele_notr(ixa->ixa_ire); in ip_verify_ire()
473 ixa->ixa_ire = ire; in ip_verify_ire()
533 ire_t *ire = ixa->ixa_ire; in ip_verify_nce()
2411 ire_t *ire = ixa->ixa_ire; in ip_output_verify_local()
2429 ill_t *ill = ixa->ixa_ire->ire_ill; in ip_output_process_local()
[all …]
H A Dip_attr.c893 ixa->ixa_ire = NULL; in ixa_safe_copy()
946 if (ixa->ixa_ire != NULL) in ip_xmit_attr_duplicate()
947 ire_refhold_notr(ixa->ixa_ire); in ip_xmit_attr_duplicate()
1079 if (ixa->ixa_ire != NULL) { in ixa_cleanup()
1080 ire_refrele_notr(ixa->ixa_ire); in ixa_cleanup()
1081 ixa->ixa_ire = NULL; in ixa_cleanup()
1160 ire = ixa->ixa_ire; in ixa_cleanup_stale()
1173 ixa->ixa_ire = ire; in ixa_cleanup_stale()
H A Dconn_opt.c2748 ASSERT(ixa->ixa_ire != NULL); in conn_connect()
2751 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect()
2752 !(ixa->ixa_ire->ire_flags & RTF_MULTIRT) && in conn_connect()
2766 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect()
2767 !(ixa->ixa_ire->ire_flags & RTF_MULTIRT) && in conn_connect()
2906 ASSERT(econnp->conn_ixa->ixa_ire == NULL); in conn_inherit_parent()
H A Dipclassifier.c1981 ASSERT(connp->conn_ixa->ixa_ire == NULL); in tcp_conn_destructor()
2024 ASSERT(connp->conn_ixa->ixa_ire == NULL); in ip_conn_destructor()
2075 ASSERT(connp->conn_ixa->ixa_ire == NULL); in udp_conn_destructor()
2126 ASSERT(connp->conn_ixa->ixa_ire == NULL); in rawip_conn_destructor()
2175 ASSERT(connp->conn_ixa->ixa_ire == NULL); in rts_conn_destructor()
H A Dicmp.c1192 if (ixa == NULL || ixa->ixa_ire == NULL) { in icmp_icmp_input()
3156 if (ixa->ixa_ire != NULL) { in icmp_output_hdrincl()
3543 if (ixa->ixa_ire != NULL) { in icmp_output_ancillary()
3727 if (ixa->ixa_ire == NULL) { in icmp_output_connected()
3761 if (ixa->ixa_ire != NULL) { in icmp_output_connected()
3879 if (ixa->ixa_ire == NULL) { in icmp_output_lastdst()
3913 if (ixa->ixa_ire != NULL) { in icmp_output_lastdst()
4525 if (ixa->ixa_ire != NULL) { in icmp_output_newdst()
H A Dip6.c2058 if (ixa->ixa_ire != NULL) in ip_set_destination_v6()
2059 ire_refrele_notr(ixa->ixa_ire); in ip_set_destination_v6()
2064 ixa->ixa_ire = ire; in ip_set_destination_v6()
H A Dip.c3486 if (ixa->ixa_ire != NULL) in ip_set_destination_v4()
3487 ire_refrele_notr(ixa->ixa_ire); in ip_set_destination_v4()
3492 ixa->ixa_ire = ire; in ip_set_destination_v4()
3746 ire = ixa->ixa_ire; in ip_get_pmtu()
6612 if (ixa->ixa_ire != NULL) in ip_fill_mtuinfo()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1755 if (ixa->ixa_ire != NULL) { in iptun_get_dst_pmtu()
1803 if (ixa->ixa_ire != NULL) { in iptun_update_dst_pmtu()
3151 if (ixa->ixa_ire == NULL) { in iptun_output()
3156 if (ixa->ixa_ire != NULL && in iptun_output()
3222 need_connect = (ixa->ixa_ire == NULL); in iptun_output_6to4()
3248 if (ixa->ixa_ire != NULL && in iptun_output_6to4()
3362 ASSERT(ixa->ixa_ire != NULL); in iptun_output_common()
/illumos-gate/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.c2078 ASSERT(connp->conn_ixa->ixa_ire == NULL); in sctp_conn_cache_destructor()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c468 connp->conn_ixa->ixa_ire->ire_ill->ill_phyint->phyint_ifindex; in t4_l2t_get()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1020 if (ixa == NULL || ixa->ixa_ire == NULL) { in udp_icmp_input()
2912 if (ixa->ixa_ire != NULL) { in udp_output_ancillary()
3072 if (ixa->ixa_ire == NULL) { in udp_output_connected()
3106 if (ixa->ixa_ire != NULL) { in udp_output_connected()
3129 ASSERT(ixa->ixa_ire != NULL); in udp_output_connected()
3203 if (ixa->ixa_ire == NULL) { in udp_output_lastdst()
3237 if (ixa->ixa_ire != NULL) { in udp_output_lastdst()
3945 if (ixa->ixa_ire != NULL) { in udp_output_newdst()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c618 ire = connp->conn_ixa->ixa_ire; in tcp_ip_notify()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2109 ire_t *ixa_ire; /* Forwarding table entry */ member