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

/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.c2245 netdev_set_rx_headroom(vport->dev, new_headroom);
2328 netdev_set_rx_headroom(vport->dev, dp->max_headroom);
/linux-master/include/linux/
H A Dnetdevice.h2532 static inline void netdev_set_rx_headroom(struct net_device *dev, int new_hr) function
2541 netdev_set_rx_headroom(dev, -1);

Completed in 214 milliseconds