Searched refs:socket (Results 101 - 125 of 881) sorted by relevance

1234567891011>>

/linux-master/drivers/isdn/mISDN/
H A DMakefile12 mISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o
/linux-master/net/bluetooth/hidp/
H A Dhidp.h90 int ctrl_sock; /* Connected control socket */
91 int intr_sock; /* Connected interrupt socket */
125 int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
152 struct socket *ctrl_sock;
153 struct socket *intr_sock;
/linux-master/samples/bpf/
H A Dsock_example.h18 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL));
20 printf("cannot create raw socket\n");
H A Dtcp_synrto_kern.c18 #include <linux/socket.h>
H A Dtcp_rwnd_kern.c18 #include <linux/socket.h>
/linux-master/include/target/iscsi/
H A Discsi_target_stat.h7 #include <linux/socket.h>
/linux-master/include/pcmcia/
H A Dss.h105 /* Maximum number of IO windows per socket */
108 /* Maximum number of memory windows per socket */
132 socket_state_t socket; member in struct:pcmcia_socket
149 unsigned int sock; /* socket number */
152 /* socket capabilities */
160 /* socket setup is done so resources should be able to be allocated.
165 /* socket operations */
202 * into the socket */
220 /* socket device */
222 /* data internal to the socket drive
[all...]
/linux-master/include/uapi/linux/caif/
H A Dcaif_socket.h3 * CAIF Definitions for CAIF socket and network layer
13 #include <linux/socket.h>
185 * This enum defines the CAIF Socket options to be used on a socket
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_sk_storage_helpers.c30 struct socket *sock;
H A Dconnect_ping.c11 #include <sys/socket.h>
H A Dtask_storage_nodeadlock.c25 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type,
H A Drecvmsg6_prog.c6 #include <sys/socket.h>
H A Dsendmsg4_prog.c6 #include <sys/socket.h>
H A Dudp_limit.c3 #include <sys/socket.h>
/linux-master/drivers/net/wireguard/
H A DMakefile11 wireguard-y += socket.o
/linux-master/include/uapi/linux/can/
H A Dj1939.h16 #include <linux/socket.h>
62 /* J1939 socket options */
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dskc_to_unix_sock.c31 sockfd = socket(AF_UNIX, SOCK_STREAM, 0);
32 if (!ASSERT_GT(sockfd, 0, "socket failed"))
/linux-master/arch/arm/mach-sa1100/
H A Dgeneric.h49 void sa11x0_register_pcmcia(int socket, struct gpiod_lookup_table *);
/linux-master/net/smc/
H A Dsmc_tx.h15 #include <linux/socket.h>
/linux-master/net/atm/
H A Dsvc.c9 #include <linux/net.h> /* struct socket, struct proto_ops */
36 static int svc_create(struct net *net, struct socket *sock, int protocol,
46 static int svc_shutdown(struct socket *sock, int how)
68 /* beware - socket is still in use by atmsigd until the last
80 static int svc_release(struct socket *sock)
100 static int svc_bind(struct socket *sock, struct sockaddr *sockaddr,
156 static int svc_connect(struct socket *sock, struct sockaddr *sockaddr,
287 static int svc_listen(struct socket *sock, int backlog)
327 static int svc_accept(struct socket *sock, struct socket *newsoc
[all...]
/linux-master/include/linux/sunrpc/
H A Dxprtsock.h5 * Declarations for the RPC transport socket provider.
25 struct socket * sock;
67 * UDP socket buffer size parameters
75 * Saved socket callback addresses
/linux-master/tools/perf/util/
H A Daddr_location.c19 al->socket = 0;
/linux-master/include/uapi/linux/
H A Dvm_sockets.h20 #include <linux/socket.h>
23 /* Option name for STREAM socket buffer size. Use as the option name in
25 * specifies the size of the buffer underlying a vSockets STREAM socket.
31 /* Option name for STREAM socket minimum buffer size. Use as the option name
34 * STREAM socket.
39 /* Option name for STREAM socket maximum buffer size. Use as the option name
42 * vSockets STREAM socket.
47 /* Option name for socket peer's host-specific VM ID. Use as the option name
55 /* Option name for determining if a socket is trusted. Use as the option name
56 * in getsockopt(3) to determine if a socket i
[all...]
H A Dmctp.h13 #include <linux/socket.h>
/linux-master/include/crypto/
H A Dif_alg.h120 * socket.
167 int af_alg_release(struct socket *sock);
169 int af_alg_accept(struct sock *sk, struct socket *newsock, bool kern);
181 * @sk socket of connection to user space
196 * @sk socket of connection to user space
207 * @sk socket of connection to user space
222 * @sk socket of connection to user space
235 int af_alg_sendmsg(struct socket *sock, struct msghdr *msg, size_t size,
239 __poll_t af_alg_poll(struct file *file, struct socket *sock,

Completed in 291 milliseconds

1234567891011>>