Home
last modified time | relevance | path

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

/net/bridge/
Dbr_if.c295 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev); in get_max_headroom() local
297 if (dev_headroom > max_headroom) in get_max_headroom()
298 max_headroom = dev_headroom; in get_max_headroom()
/net/openvswitch/
Ddatapath.c2007 unsigned int dev_headroom, max_headroom = 0; in ovs_get_max_headroom() local
2015 dev_headroom = netdev_get_fwd_headroom(dev); in ovs_get_max_headroom()
2016 if (dev_headroom > max_headroom) in ovs_get_max_headroom()
2017 max_headroom = dev_headroom; in ovs_get_max_headroom()