Searched defs:add_mfc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c171 static int add_mfc(struct mfcctl *, ip_stack_t *);
379 case MRT_ADD_MFC: return (add_mfc((struct mfcctl *)data, ipst));
1160 add_mfc(struct mfcctl *mfccp, ip_stack_t *ipst) function
1205 "add_mfc: update o %x grp %x parent %x",
1234 "add_mfc: %s o %x g %x p %x",
1243 "add_mfc: o %x g %x p %x",
1303 "add_mfc: no upcall o %x g %x p %x",
1333 ip1dbg(("add_mfc: out of memory\n"));
1625 * Note that only add_mfc and del_mfc can remove entries and
2010 * tries, so it passed add_mfc(), bu
[all...]

Completed in 48 milliseconds