Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_switchdev.c209 if (netdev_phys_item_id_same(&joining->ppid, &p->ppid)) { in nbp_switchdev_hwdom_set()
250 if (!netdev_phys_item_id_same(&p->ppid, &ppid)) { in nbp_switchdev_add()
/openbmc/linux/net/ipv4/
H A Dipmr.c1826 return netdev_phys_item_id_same(&out_vif->dev_parent_id, in ipmr_forward_offloaded()
/openbmc/linux/include/linux/
H A Dnetdevice.h872 static inline bool netdev_phys_item_id_same(struct netdev_phys_item_id *a, in netdev_phys_item_id_same() function
/openbmc/linux/net/core/
H A Ddev.c9057 return netdev_phys_item_id_same(&a_id, &b_id); in netdev_port_same_parent_id()