Home
last modified time | relevance | path

Searched refs:ncec_cb (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip2mac.c43 ncec_cb_t *ncec_cb; in ncec_cb_dispatch() local
47 if (list_is_empty(&ncec->ncec_cb)) { in ncec_cb_dispatch()
61 ncec_cb = list_head(&ncec->ncec_cb); in ncec_cb_dispatch()
62 for (; ncec_cb != NULL; ncec_cb = list_next(&ncec->ncec_cb, ncec_cb)) { in ncec_cb_dispatch()
63 if (ncec_cb->ncec_cb_flags & NCE_CB_DISPATCHED) in ncec_cb_dispatch()
65 ncec_cb->ncec_cb_flags |= NCE_CB_DISPATCHED; in ncec_cb_dispatch()
67 (*ncec_cb->ncec_cb_func)(&ip2m, ncec_cb->ncec_cb_arg); in ncec_cb_dispatch()
125 ncec_cb_t *ncec_cb, *ncec_cb_next = NULL; in ncec_cb_refrele() local
129 for (ncec_cb = list_head(&ncec->ncec_cb); ncec_cb != NULL; in ncec_cb_refrele()
130 ncec_cb = ncec_cb_next) { in ncec_cb_refrele()
[all …]
H A Dip_ndp.c561 ASSERT(list_is_empty(&ncec->ncec_cb)); in ncec_inactive()
562 list_destroy(&ncec->ncec_cb); in ncec_inactive()
4627 list_create(&ncec->ncec_cb, sizeof (ncec_cb_t), in nce_add_common()
/titanic_50/usr/src/uts/common/inet/
H A Dip_ndp.h98 list_t ncec_cb; /* callbacks waiting for resolution */ member
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c231 static int ncec_cb(uintptr_t addr, const ncec_walk_data_t *iw,
2177 if (mdb_walk("ncec", (mdb_walk_cb_t)ncec_cb, &id) == -1) { in ncec()
2454 ncec_cb(uintptr_t addr, const ncec_walk_data_t *iw, ncec_cbdata_t *id) in ncec_cb() function