Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dsocket.h36 SOCK_PACKET = 10, enumerator
39 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v5.4/include/linux/
Dnet.h66 SOCK_PACKET = 10, enumerator
69 #define SOCK_MAX (SOCK_PACKET + 1)
/Linux-v5.4/net/packet/
Daf_packet.c3224 sock->type != SOCK_PACKET) in packet_create()
3235 if (sock->type == SOCK_PACKET) in packet_create()
3264 if (sock->type == SOCK_PACKET) in packet_create()
3362 if (sock->type != SOCK_PACKET) { in packet_recvmsg()
3379 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
/Linux-v5.4/net/
Dsocket.c1367 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()