Searched refs:promiscoff_mp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c1021 mblk_t *promiscon_mp, *promiscoff_mp = NULL; local
1070 promiscoff_mp = ill_create_dl(ill, DL_PROMISCOFF_REQ,
1073 (ill->ill_promiscoff_mp == NULL && promiscoff_mp == NULL)) {
1075 freemsg(promiscoff_mp);
1081 ill->ill_promiscoff_mp = promiscoff_mp;
1095 mblk_t *promiscoff_mp; local
1131 * we didn't allocate a promiscoff_mp. In that case we have
1135 promiscoff_mp = ill->ill_promiscoff_mp;
1136 if (promiscoff_mp != NULL) {
1138 ill_dlpi_queue(ill, promiscoff_mp);
[all...]

Completed in 61 milliseconds