Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dbonding.h553 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev,
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c2290 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev, in bond_verify_device_path() function
2307 tags = bond_verify_device_path(upper, end_dev, level + 1); in bond_verify_device_path()
2356 tags = bond_verify_device_path(bond->dev, rt->dst.dev, 0); in bond_arp_send_all()
Dbond_alb.c990 tags = bond_verify_device_path(bond->dev, upper, 0); in alb_send_learning_packets()