Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdev_features.h103 #define NETIF_F_NOCACHE_COPY __NETIF_F(NOCACHE_COPY) macro
171 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO)
/linux-4.1.27/include/net/
Dsock.h1799 } else if (sk->sk_route_caps & NETIF_F_NOCACHE_COPY) { in skb_do_copy_data_nocache()
/linux-4.1.27/net/core/
Ddev.c6393 dev->hw_features |= NETIF_F_NOCACHE_COPY; in register_netdevice()