Searched refs:ss_mctab (Results 1 – 3 of 3) sorted by relevance
1051 if (stp->ss_mctab) {1052 kmem_free(stp->ss_mctab, IDNMCALLOC);1053 stp->ss_mctab = NULL;1365 if (stp->ss_mctab == NULL)1366 stp->ss_mctab = kmem_alloc(IDNMCALLOC, KM_SLEEP);1375 if (ether_cmp(&stp->ss_mctab[i], addrp) == 0) {1376 stp->ss_mctab[stp->ss_mccount++] = *addrp;1382 stp->ss_mctab[stp->ss_mccount++] = *addrp;1427 if (ether_cmp(addrp, &stp->ss_mctab[i]) == 0) {1428 bcopy(&stp->ss_mctab[i+1],[all …]
1539 stp->ss_mctab = NULL; in idnopen()
3152 struct ether_addr *ss_mctab; member