Searched refs:mclist (Results 1 – 3 of 3) sorted by relevance
127 struct packet_mclist *mclist; member
3619 for (ml = po->mclist; ml; ml = ml->next) { in packet_mc_add()3637 i->next = po->mclist; in packet_mc_add()3638 po->mclist = i; in packet_mc_add()3641 po->mclist = i->next; in packet_mc_add()3656 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) { in packet_mc_drop()3681 if (!po->mclist) in packet_flush_mclist()3685 while ((ml = po->mclist) != NULL) { in packet_flush_mclist()3688 po->mclist = ml->next; in packet_flush_mclist()4119 if (po->mclist) in packet_notifier()4120 packet_dev_mclist_delete(dev, &po->mclist); in packet_notifier()
48 for (ml = po->mclist; ml; ml = ml->next) { in pdiag_put_mclist()