Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h254 extern nce_t *ire_handle_condemned_nce(nce_t *, ire_t *, ipha_t *, ip6_t *,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c544 nce = ire_handle_condemned_nce(ixa->ixa_nce, ire, ipha, ip6h, B_TRUE); in ip_verify_nce()
891 nce1 = ire_handle_condemned_nce(nce, ire, ipha, NULL, B_TRUE); in ip_output_simple_v4()
H A Dip6_output.c192 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_TRUE); in ip_output_simple_v6()
H A Dip6_input.c890 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_FALSE); in ire_recv_forward_v6()
H A Dip_ire.c3066 ire_handle_condemned_nce(nce_t *nce, ire_t *ire, ipha_t *ipha, ip6_t *ip6h, in ire_handle_condemned_nce() function
H A Dip_input.c901 nce1 = ire_handle_condemned_nce(nce, ire, ipha, NULL, B_FALSE); in ire_recv_forward_v4()