Lines Matching refs:mclist
3753 for (ml = po->mclist; ml; ml = ml->next) { in packet_mc_add()
3772 i->next = po->mclist; in packet_mc_add()
3773 po->mclist = i; in packet_mc_add()
3776 po->mclist = i->next; in packet_mc_add()
3791 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) { in packet_mc_drop()
3816 if (!po->mclist) in packet_flush_mclist()
3820 while ((ml = po->mclist) != NULL) { in packet_flush_mclist()
3823 po->mclist = ml->next; in packet_flush_mclist()
4239 LIST_HEAD(mclist); in packet_notifier()
4248 if (po->mclist) in packet_notifier()
4249 packet_dev_mclist_delete(dev, &po->mclist, in packet_notifier()
4250 &mclist); in packet_notifier()
4285 list_for_each_entry_safe(ml, tmp, &mclist, remove_list) { in packet_notifier()