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

/xnu-2782.1.97/bsd/net/
H A Dmulticast_list.h50 multicast_list_init(struct multicast_list * mc_list);
53 multicast_list_program(struct multicast_list * mc_list,
57 multicast_list_remove(struct multicast_list * mc_list);
H A Dmulticast_list.c50 multicast_list_init(struct multicast_list * mc_list) argument
52 SLIST_INIT(mc_list);
63 multicast_list_remove(struct multicast_list * mc_list) argument
69 while ((mc = SLIST_FIRST(mc_list)) != NULL) {
74 SLIST_REMOVE_HEAD(mc_list, mc_entries);
85 * "source_ifp", and saving the result in "mc_list"
95 multicast_list_program(struct multicast_list * mc_list, argument
151 (void)multicast_list_remove(mc_list);
152 *mc_list = new_mc_list;
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h260 LIST_ENTRY(mcache) mc_list; /* cache linkage */ member in struct:mcache
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c426 LIST_INSERT_HEAD(&mcache_head, cp, mc_list);
853 LIST_REMOVE(cp, mc_list);
1440 LIST_FOREACH(cp, &mcache_head, mc_list) {
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py766 mc = cast(mc.mc_list.le_next, 'mcache *')

Completed in 31 milliseconds