Home
last modified time | relevance | path

Searched refs:netif_supports_nofcs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/packet/
Daf_packet.c1879 if (!netif_supports_nofcs(dev)) { in packet_sendmsg_spkt()
2731 if (!netif_supports_nofcs(dev)) { in packet_snd()
/linux-4.4.14/include/linux/
Dnetdevice.h3859 static inline bool netif_supports_nofcs(struct net_device *dev) in netif_supports_nofcs() function