Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Drtnetlink.c4509 int *br_idx, int *brport_idx, in valid_fdb_dump_strict() argument
4533 *brport_idx = ndm->ndm_ifindex; in valid_fdb_dump_strict()
4563 int *br_idx, int *brport_idx, in valid_fdb_dump_legacy() argument
4592 *brport_idx = ifm->ifi_index; in valid_fdb_dump_legacy()
4605 int brport_idx = 0; in rtnl_fdb_dump() local
4637 if (brport_idx && (dev->ifindex != brport_idx)) in rtnl_fdb_dump()
4699 int *br_idx, int *brport_idx, u8 **addr, in valid_fdb_get_strict() argument
4728 *brport_idx = ndm->ndm_ifindex; in valid_fdb_get_strict()
4768 int brport_idx = 0; in rtnl_fdb_get() local
4776 &brport_idx, &addr, &vid, extack); in rtnl_fdb_get()
[all …]