Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_if.c319 netdev_set_rx_headroom(p->dev, new_hr); in update_headroom()
662 netdev_set_rx_headroom(dev, br_hr); in br_add_if()
/openbmc/linux/net/openvswitch/
H A Ddatapath.c2245 netdev_set_rx_headroom(vport->dev, new_headroom); in ovs_update_headroom()
2328 netdev_set_rx_headroom(vport->dev, dp->max_headroom); in ovs_vport_cmd_new()
/openbmc/linux/include/linux/
H A Dnetdevice.h2552 static inline void netdev_set_rx_headroom(struct net_device *dev, int new_hr) in netdev_set_rx_headroom() function
2561 netdev_set_rx_headroom(dev, -1); in netdev_reset_rx_headroom()