Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/linux-4.1.27/include/linux/
Dnet.h66 SOCK_PACKET = 10, enumerator
69 #define SOCK_MAX (SOCK_PACKET + 1)
/linux-4.1.27/net/packet/
Daf_packet.c2837 sock->type != SOCK_PACKET) in packet_create()
2848 if (sock->type == SOCK_PACKET) in packet_create()
2875 if (sock->type == SOCK_PACKET) in packet_create()
3012 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3027 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/linux-4.1.27/net/
Dsocket.c1117 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()