Home
last modified time | relevance | path

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

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