dev_headroom      295 net/bridge/br_if.c 		unsigned dev_headroom = netdev_get_fwd_headroom(p->dev);
dev_headroom      297 net/bridge/br_if.c 		if (dev_headroom > max_headroom)
dev_headroom      298 net/bridge/br_if.c 			max_headroom = dev_headroom;
dev_headroom     2007 net/openvswitch/datapath.c 	unsigned int dev_headroom, max_headroom = 0;
dev_headroom     2015 net/openvswitch/datapath.c 			dev_headroom = netdev_get_fwd_headroom(dev);
dev_headroom     2016 net/openvswitch/datapath.c 			if (dev_headroom > max_headroom)
dev_headroom     2017 net/openvswitch/datapath.c 				max_headroom = dev_headroom;