Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v6.1/include/linux/
Dnet.h69 SOCK_PACKET = 10, enumerator
72 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v6.1/net/packet/
Daf_packet.c3335 sock->type != SOCK_PACKET) in packet_create()
3346 if (sock->type == SOCK_PACKET) in packet_create()
3375 if (sock->type == SOCK_PACKET) in packet_create()
3472 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3491 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/Linux-v6.1/include/trace/events/
Dsunrpc.h25 TRACE_DEFINE_ENUM(SOCK_PACKET);
35 { SOCK_PACKET, "PACKET" })
/Linux-v6.1/net/
Dsocket.c1464 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()