Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v5.15/include/linux/
Dnet.h68 SOCK_PACKET = 10, enumerator
71 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v5.15/net/packet/
Daf_packet.c3282 sock->type != SOCK_PACKET) in packet_create()
3293 if (sock->type == SOCK_PACKET) in packet_create()
3322 if (sock->type == SOCK_PACKET) in packet_create()
3420 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3437 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/Linux-v5.15/include/trace/events/
Dsunrpc.h23 TRACE_DEFINE_ENUM(SOCK_PACKET);
33 { SOCK_PACKET, "PACKET" })
/Linux-v5.15/net/
Dsocket.c1413 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()