Home
last modified time | relevance | path

Searched refs:ixa_dce (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_attr.c884 ixa->ixa_dce = NULL; in ixa_safe_copy()
939 if (ixa->ixa_dce != NULL) in ip_xmit_attr_duplicate()
940 dce_refhold_notr(ixa->ixa_dce); in ip_xmit_attr_duplicate()
1072 if (ixa->ixa_dce != NULL) { in ixa_cleanup()
1073 dce_refrele_notr(ixa->ixa_dce); in ixa_cleanup()
1074 ixa->ixa_dce = NULL; in ixa_cleanup()
1151 dce = ixa->ixa_dce; in ixa_cleanup_stale()
1179 ixa->ixa_dce = dce; in ixa_cleanup_stale()
H A Dip_output.c149 ASSERT(ixa->ixa_dce != NULL); /* Could be default dce */ in conn_ip_output()
283 dce = ixa->ixa_dce; in conn_ip_output()
315 dce = ixa->ixa_dce; in conn_ip_output()
603 dce_refrele_notr(ixa->ixa_dce); in ip_verify_dce()
608 ixa->ixa_dce = dce; in ip_verify_dce()
H A Dip6.c2104 if (ixa->ixa_dce != NULL) in ip_set_destination_v6()
2105 dce_refrele_notr(ixa->ixa_dce); in ip_set_destination_v6()
2110 ixa->ixa_dce = dce; in ip_set_destination_v6()
H A Dconn_opt.c2848 ASSERT(econnp->conn_ixa->ixa_dce == NULL); in conn_inherit_parent()
H A Dip.c3486 if (ixa->ixa_dce != NULL) in ip_set_destination_v4()
3487 dce_refrele_notr(ixa->ixa_dce); in ip_set_destination_v4()
3492 ixa->ixa_dce = dce; in ip_set_destination_v4()
3722 dce = ixa->ixa_dce; in ip_get_pmtu()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2107 dce_t *ixa_dce; /* Destination cache entry */ member