Searched refs:IFF_TX_SKB_NO_LINEAR (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/
H A Dvirtio_net.c5636 IFF_TX_SKB_NO_LINEAR;
/linux-master/include/linux/
H A Dnetdevice.h1646 * @IFF_TX_SKB_NO_LINEAR: device/driver is capable of xmitting frames with
1685 IFF_TX_SKB_NO_LINEAR = BIT_ULL(31), enumerator in enum:netdev_priv_flags
1720 #define IFF_TX_SKB_NO_LINEAR IFF_TX_SKB_NO_LINEAR macro
/linux-master/net/xdp/
H A Dxsk.c678 if (dev->priv_flags & IFF_TX_SKB_NO_LINEAR) {

Completed in 251 milliseconds