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;
3417 sock->type != SOCK_PACKET) in packet_create()3428 if (sock->type == SOCK_PACKET) in packet_create()3455 if (sock->type == SOCK_PACKET) in packet_create()3551 if (sock->type != SOCK_PACKET) { in packet_recvmsg()3571 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()
3142 (domain == AF_INET && type == SOCK_PACKET)) { in do_socket()3149 if (type == SOCK_PACKET) { in do_socket()