Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_if.c299 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev); in get_max_headroom()
343 if (netdev_get_fwd_headroom(dev) == br->dev->needed_headroom) in del_nbp()
645 dev_hr = netdev_get_fwd_headroom(dev); in br_add_if()
/Linux-v4.19/net/openvswitch/
Ddatapath.c1966 dev_headroom = netdev_get_fwd_headroom(dev); in update_headroom()
2047 if (netdev_get_fwd_headroom(vport->dev) > dp->max_headroom) in ovs_vport_cmd_new()
2148 if (netdev_get_fwd_headroom(vport->dev) == dp->max_headroom) in ovs_vport_cmd_del()
/Linux-v4.19/include/linux/
Dnetdevice.h2119 static inline unsigned netdev_get_fwd_headroom(struct net_device *dev) in netdev_get_fwd_headroom() function