Home
last modified time | relevance | path

Searched refs:update_mcast (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/net80211/
HDieee80211_proto.c240 static void update_mcast(void *, int);
278 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic); in ieee80211_proto_attach()
1306 update_mcast(void *arg, int npending) in update_mcast() function