Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dsock.c962 sock_valbool_flag(sk, SOCK_NOFCS, valbool); in sock_setsockopt()
1210 v.val = sock_flag(sk, SOCK_NOFCS); in sock_getsockopt()
/linux-4.1.27/include/net/
Dsock.h718 SOCK_NOFCS, /* Tell NIC not to do the Ethernet FCS. enumerator
/linux-4.1.27/net/packet/
Daf_packet.c1661 if (unlikely(sock_flag(sk, SOCK_NOFCS))) { in packet_sendmsg_spkt()
2513 if (unlikely(sock_flag(sk, SOCK_NOFCS))) { in packet_snd()