Lines Matching defs:mfc
805 * Add an mfc entry
976 * Delete an mfc entry
1308 struct mf6c *mfc, **nptr;
1317 while ((mfc = *nptr) != NULL) {
1318 rte = mfc->mf6c_stall;
1325 mfc->mf6c_expire != 0 &&
1326 --mfc->mf6c_expire == 0) {
1328 ip6_sprintf(ip6bufo, &mfc->mf6c_origin.sin6_addr),
1329 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr));
1343 *nptr = mfc->mf6c_next;
1344 free(mfc, M_MRTABLE6);
1346 nptr = &mfc->mf6c_next;