Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/linux-6.3-rc2/include/linux/
A Dnet.h70 SOCK_PACKET = 10, enumerator
73 #define SOCK_MAX (SOCK_PACKET + 1)
/linux-6.3-rc2/net/packet/
A Daf_packet.c3335 sock->type != SOCK_PACKET) in packet_create()
3346 if (sock->type == SOCK_PACKET) in packet_create()
3374 if (sock->type == SOCK_PACKET) in packet_create()
3471 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3490 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/linux-6.3-rc2/include/trace/events/
A Dsunrpc.h25 TRACE_DEFINE_ENUM(SOCK_PACKET);
35 { SOCK_PACKET, "PACKET" })
/linux-6.3-rc2/net/
A Dsocket.c1494 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()

Completed in 21 milliseconds