Home
last modified time | relevance | path

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

/Linux-v6.1/net/bridge/
Dbr_if.c304 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev); in get_max_headroom() local
306 if (dev_headroom > max_headroom) in get_max_headroom()
307 max_headroom = dev_headroom; in get_max_headroom()
/Linux-v6.1/net/openvswitch/
Ddatapath.c2180 unsigned int dev_headroom, max_headroom = 0; in ovs_get_max_headroom() local
2189 dev_headroom = netdev_get_fwd_headroom(dev); in ovs_get_max_headroom()
2190 if (dev_headroom > max_headroom) in ovs_get_max_headroom()
2191 max_headroom = dev_headroom; in ovs_get_max_headroom()