Home
last modified time | relevance | path

Searched refs:SOCK_PACKET (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v5.10/include/linux/
Dnet.h70 SOCK_PACKET = 10, enumerator
73 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v5.10/net/packet/
Daf_packet.c3257 sock->type != SOCK_PACKET) in packet_create()
3268 if (sock->type == SOCK_PACKET) in packet_create()
3297 if (sock->type == SOCK_PACKET) in packet_create()
3395 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3412 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/Linux-v5.10/include/trace/events/
Dsunrpc.h23 TRACE_DEFINE_ENUM(SOCK_PACKET);
33 { SOCK_PACKET, "PACKET" })
/Linux-v5.10/net/
Dsocket.c1376 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()