Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c1948 if (!netif_supports_nofcs(dev)) { in packet_sendmsg_spkt()
2947 if (!netif_supports_nofcs(dev)) { in packet_snd()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h5000 static inline bool netif_supports_nofcs(struct net_device *dev) in netif_supports_nofcs() function