Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_device.c462 .ndo_fdb_dump = br_fdb_dump,
/linux/Documentation/networking/
H A Dswitchdev.rst186 ``ndo_fdb_dump`` operations is able to support the command below, which adds a
214 "master" flag. The ``ndo_fdb_dump`` is an exception and can be implemented to
218 software FDB does not, and implementing ``ndo_fdb_dump`` is the only way to see
/linux/net/core/
H A Drtnetlink.c5010 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()
5011 err = cops->ndo_fdb_dump(skb, cb, br_dev, dev, in rtnl_fdb_dump()
5018 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump()
5019 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, dev, NULL, in rtnl_fdb_dump()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1424 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
/linux/net/dsa/
H A Duser.c2595 .ndo_fdb_dump = dsa_user_fdb_dump,
/linux/include/linux/
H A Dnetdevice.h1570 int (*ndo_fdb_dump)(struct sk_buff *skb, member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c518 .ndo_fdb_dump = qlcnic_fdb_dump,
/linux/Documentation/networking/dsa/
H A Ddsa.rst1011 - ``port_fdb_dump``: bridge bypass function invoked by ``ndo_fdb_dump`` on the
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3262 .ndo_fdb_dump = vxlan_fdb_dump,