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

/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.c2226 dev_headroom = netdev_get_fwd_headroom(dev);
2323 new_headroom = netdev_get_fwd_headroom(vport->dev);
2427 if (netdev_get_fwd_headroom(vport->dev) == dp->max_headroom)
/linux-master/include/linux/
H A Dnetdevice.h2527 static inline unsigned netdev_get_fwd_headroom(struct net_device *dev) function

Completed in 328 milliseconds