Searched refs:ndo_set_rx_headroom (Results 1 - 4 of 4) sorted by last modified time

/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
2538 if (dev->netdev_ops->ndo_set_rx_headroom)
2539 dev->netdev_ops->ndo_set_rx_headroom(dev, new_hr);
/linux-master/drivers/net/
H A Dveth.c1673 .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,
H A Dnetkit.c200 .ndo_set_rx_headroom = netkit_set_headroom,

Completed in 830 milliseconds