Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_if.c305 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev); in get_max_headroom()
352 if (netdev_get_fwd_headroom(dev) == br->dev->needed_headroom) in del_nbp()
643 dev_hr = netdev_get_fwd_headroom(dev); in br_add_if()
/linux/net/openvswitch/
H A Ddatapath.c2289 dev_headroom = netdev_get_fwd_headroom(dev); in ovs_vport_cmd_new()
2385 new_headroom = netdev_get_fwd_headroom(vport->dev); in ovs_vport_cmd_set()
2489 if (netdev_get_fwd_headroom(vport->dev) == dp->max_headroom) in ovs_vport_cmd_get()
/linux/include/linux/
H A Dnetdevice.h2718 static inline unsigned netdev_get_fwd_headroom(struct net_device *dev) in netdev_get_fwd_headroom() function