Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v4.19/include/linux/
Dnet.h70 SOCK_PACKET = 10, enumerator
73 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v4.19/net/packet/
Daf_packet.c3193 sock->type != SOCK_PACKET) in packet_create()
3204 if (sock->type == SOCK_PACKET) in packet_create()
3232 if (sock->type == SOCK_PACKET) in packet_create()
3331 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3346 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/Linux-v4.19/net/
Dsocket.c1226 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()