Searched refs:netdev_get_fwd_headroom (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dnetdevice.h2531 static inline unsigned netdev_get_fwd_headroom(struct net_device *dev) function
/linux-master/net/bridge/
H A Dbr_if.c305 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev);
352 if (netdev_get_fwd_headroom(dev) == br->dev->needed_headroom)
658 dev_hr = netdev_get_fwd_headroom(dev);
/linux-master/net/openvswitch/
H A Ddatapath.c2225 dev_headroom = netdev_get_fwd_headroom(dev);
2322 new_headroom = netdev_get_fwd_headroom(vport->dev);
2426 if (netdev_get_fwd_headroom(vport->dev) == dp->max_headroom)

Completed in 266 milliseconds