Searched refs:SOCK_PACKET (Results 1 – 8 of 8) sorted by relevance
36 SOCK_PACKET = 10, enumerator39 #define SOCK_MAX (SOCK_PACKET + 1)
71 SOCK_PACKET = 10, enumerator74 #define SOCK_MAX (SOCK_PACKET + 1)
92 pub const SOCK_PACKET: ::c_int = 10;
97 pub const SOCK_PACKET: ::c_int = 10;
3403 sock->type != SOCK_PACKET) in packet_create()3414 if (sock->type == SOCK_PACKET) in packet_create()3441 if (sock->type == SOCK_PACKET) in packet_create()3537 if (sock->type != SOCK_PACKET) { in packet_recvmsg()3557 if (sock->type == SOCK_PACKET) { in packet_recvmsg()
25 TRACE_DEFINE_ENUM(SOCK_PACKET);35 { SOCK_PACKET, "PACKET" })
1520 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create()
3172 (domain == AF_INET && type == SOCK_PACKET)) { in do_socket()3179 if (type == SOCK_PACKET) { in do_socket()