Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c1553 sock_valbool_flag(sk, SOCK_NOFCS, valbool); in sk_setsockopt()
2042 v.val = sock_flag(sk, SOCK_NOFCS); in sk_getsockopt()
/linux/net/packet/
H A Daf_packet.c2009 if (unlikely(sock_flag(sk, SOCK_NOFCS))) { in packet_sendmsg_spkt()
3038 if (unlikely(sock_flag(sk, SOCK_NOFCS))) { in packet_snd()
/linux/include/net/
H A Dsock.h1012 SOCK_NOFCS, /* Tell NIC not to do the Ethernet FCS. enumerator
/linux/net/smc/
H A Daf_smc.c496 (1UL << SOCK_NOFCS) | \