Home
last modified time | relevance | path

Searched refs:ndo_fdb_dump (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_device.c429 .ndo_fdb_dump = br_fdb_dump,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_net.c650 .ndo_fdb_dump = ocelot_port_fdb_dump,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dswitchdev.rst184 The switchdev driver should implement ndo_fdb_add, ndo_fdb_del and ndo_fdb_dump
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c4395 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()
4396 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
4404 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump()
4405 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvlan.c1164 .ndo_fdb_dump = ndo_dflt_fdb_dump,
H A Dvxlan.c3232 .ndo_fdb_dump = vxlan_fdb_dump,
/OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/
H A Dethsw.c769 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c1631 .ndo_fdb_dump = dsa_slave_fdb_dump,
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h1467 int (*ndo_fdb_dump)(struct sk_buff *skb, member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c521 .ndo_fdb_dump = qlcnic_fdb_dump,