Searched refs:dsa_broadcast (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/dsa/
H A Dswitch.h118 int dsa_broadcast(unsigned long e, void *v);
H A Dport.c509 err = dsa_broadcast(DSA_NOTIFIER_BRIDGE_JOIN, &info);
535 dsa_broadcast(DSA_NOTIFIER_BRIDGE_LEAVE, &info);
576 err = dsa_broadcast(DSA_NOTIFIER_BRIDGE_LEAVE, &info);
1951 return dsa_broadcast(DSA_NOTIFIER_TAG_8021Q_VLAN_ADD, &info);
1965 err = dsa_broadcast(DSA_NOTIFIER_TAG_8021Q_VLAN_DEL, &info);
H A Dswitch.c1095 * dsa_broadcast - Notify all DSA trees in the system.
1106 int dsa_broadcast(unsigned long e, void *v) function

Completed in 381 milliseconds