Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v6.6/include/linux/
Dnet.h71 SOCK_PACKET = 10, enumerator
74 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v6.6/net/packet/
Daf_packet.c3352 sock->type != SOCK_PACKET) in packet_create()
3363 if (sock->type == SOCK_PACKET) in packet_create()
3390 if (sock->type == SOCK_PACKET) in packet_create()
3486 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3505 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/Linux-v6.6/include/trace/events/
Dsunrpc.h25 TRACE_DEFINE_ENUM(SOCK_PACKET);
35 { SOCK_PACKET, "PACKET" })
/Linux-v6.6/net/
Dsocket.c1518 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()