Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/linux-4.4.14/include/linux/
Dnet.h70 SOCK_PACKET = 10, enumerator
73 #define SOCK_MAX (SOCK_PACKET + 1)
/linux-4.4.14/net/packet/
Daf_packet.c3057 sock->type != SOCK_PACKET) in packet_create()
3068 if (sock->type == SOCK_PACKET) in packet_create()
3096 if (sock->type == SOCK_PACKET) in packet_create()
3236 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3251 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/linux-4.4.14/net/
Dsocket.c1108 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()