Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h102 #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.4.14/include/net/
Dsock.h1810 } else if (sk->sk_route_caps & NETIF_F_NOCACHE_COPY) { in skb_do_copy_data_nocache()
/linux-4.4.14/net/core/
Ddev.c6672 dev->hw_features |= NETIF_F_NOCACHE_COPY; in register_netdevice()