Searched refs:ndo_set_rx_headroom (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/
H A Dnetkit.c200 .ndo_set_rx_headroom = netkit_set_headroom,
H A Dveth.c1672 .ndo_set_rx_headroom = veth_set_rx_headroom,
H A Dtun.c1253 .ndo_set_rx_headroom = tun_set_headroom,
1341 .ndo_set_rx_headroom = tun_set_headroom,
/linux-master/include/linux/
H A Dnetdevice.h1304 * void (*ndo_set_rx_headroom)(struct net_device *dev, int needed_headroom);
1574 void (*ndo_set_rx_headroom)(struct net_device *dev, member in struct:net_device_ops
2534 if (dev->netdev_ops->ndo_set_rx_headroom)
2535 dev->netdev_ops->ndo_set_rx_headroom(dev, new_hr);

Completed in 166 milliseconds