Symbol: dsa_port_notify
net/dsa/port.c
1015
return dsa_port_notify(dp, DSA_NOTIFIER_FDB_DEL, &info);
net/dsa/port.c
1029
return dsa_port_notify(dp, DSA_NOTIFIER_HOST_FDB_ADD, &info);
net/dsa/port.c
1080
return dsa_port_notify(dp, DSA_NOTIFIER_HOST_FDB_DEL, &info);
net/dsa/port.c
1132
return dsa_port_notify(dp, DSA_NOTIFIER_LAG_FDB_ADD, &info);
net/dsa/port.c
1151
return dsa_port_notify(dp, DSA_NOTIFIER_LAG_FDB_DEL, &info);
net/dsa/port.c
1180
return dsa_port_notify(dp, DSA_NOTIFIER_MDB_ADD, &info);
net/dsa/port.c
1198
return dsa_port_notify(dp, DSA_NOTIFIER_MDB_DEL, &info);
net/dsa/port.c
1211
return dsa_port_notify(dp, DSA_NOTIFIER_HOST_MDB_ADD, &info);
net/dsa/port.c
1255
return dsa_port_notify(dp, DSA_NOTIFIER_HOST_MDB_DEL, &info);
net/dsa/port.c
1299
return dsa_port_notify(dp, DSA_NOTIFIER_VLAN_ADD, &info);
net/dsa/port.c
1310
return dsa_port_notify(dp, DSA_NOTIFIER_VLAN_DEL, &info);
net/dsa/port.c
1325
err = dsa_port_notify(dp, DSA_NOTIFIER_HOST_VLAN_ADD, &info);
net/dsa/port.c
1344
err = dsa_port_notify(dp, DSA_NOTIFIER_HOST_VLAN_DEL, &info);
net/dsa/port.c
1936
return dsa_port_notify(dp, DSA_NOTIFIER_TAG_8021Q_VLAN_ADD, &info);
net/dsa/port.c
1950
err = dsa_port_notify(dp, DSA_NOTIFIER_TAG_8021Q_VLAN_DEL, &info);
net/dsa/port.c
604
return dsa_port_notify(dp, DSA_NOTIFIER_LAG_CHANGE, &info);
net/dsa/port.c
666
err = dsa_port_notify(dp, DSA_NOTIFIER_LAG_JOIN, &info);
net/dsa/port.c
681
dsa_port_notify(dp, DSA_NOTIFIER_LAG_LEAVE, &info);
net/dsa/port.c
717
err = dsa_port_notify(dp, DSA_NOTIFIER_LAG_LEAVE, &info);
net/dsa/port.c
884
err = dsa_port_notify(dp, DSA_NOTIFIER_AGEING_TIME, &info);
net/dsa/port.c
973
return dsa_port_notify(dp, DSA_NOTIFIER_MTU, &info);
net/dsa/port.c
996
return dsa_port_notify(dp, DSA_NOTIFIER_FDB_ADD, &info);