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

/linux-master/include/linux/
H A Dnetdevice.h2536 static inline void netdev_set_rx_headroom(struct net_device *dev, int new_hr) function
2545 netdev_set_rx_headroom(dev, -1);
/linux-master/net/bridge/
H A Dbr_if.c319 netdev_set_rx_headroom(p->dev, new_hr);
662 netdev_set_rx_headroom(dev, br_hr);
/linux-master/net/openvswitch/
H A Ddatapath.c2244 netdev_set_rx_headroom(vport->dev, new_headroom);
2327 netdev_set_rx_headroom(vport->dev, dp->max_headroom);

Completed in 725 milliseconds