Home
last modified time | relevance | path

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

/Linux-v5.15/net/bridge/
Dbr_device.c468 .ndo_fdb_dump = br_fdb_dump,
/Linux-v5.15/Documentation/networking/
Dswitchdev.rst185 ``ndo_fdb_dump`` operations is able to support the command below, which adds a
213 "master" flag. The ``ndo_fdb_dump`` is an exception and can be implemented to
217 software FDB does not, and implementing ``ndo_fdb_dump`` is the only way to see
/Linux-v5.15/net/core/
Drtnetlink.c4396 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()
4397 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
4405 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump()
4406 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
/Linux-v5.15/drivers/net/
Dmacvlan.c1165 .ndo_fdb_dump = ndo_dflt_fdb_dump,
Dvxlan.c3233 .ndo_fdb_dump = vxlan_fdb_dump,
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c776 .ndo_fdb_dump = ocelot_port_fdb_dump,
/Linux-v5.15/net/dsa/
Dslave.c1753 .ndo_fdb_dump = dsa_slave_fdb_dump,
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c1411 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
/Linux-v5.15/include/linux/
Dnetdevice.h1505 int (*ndo_fdb_dump)(struct sk_buff *skb, member
/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c519 .ndo_fdb_dump = qlcnic_fdb_dump,