Home
last modified time | relevance | path

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

/net/packet/
Dinternal.h128 struct packet_mclist *mclist; member
Daf_packet.c3650 for (ml = po->mclist; ml; ml = ml->next) { in packet_mc_add()
3668 i->next = po->mclist; in packet_mc_add()
3669 po->mclist = i; in packet_mc_add()
3672 po->mclist = i->next; in packet_mc_add()
3687 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) { in packet_mc_drop()
3712 if (!po->mclist) in packet_flush_mclist()
3716 while ((ml = po->mclist) != NULL) { in packet_flush_mclist()
3719 po->mclist = ml->next; in packet_flush_mclist()
4126 if (po->mclist) in packet_notifier()
4127 packet_dev_mclist_delete(dev, &po->mclist); in packet_notifier()
Ddiag.c48 for (ml = po->mclist; ml; ml = ml->next) { in pdiag_put_mclist()