Searched refs:socket (Results 176 - 200 of 882) sorted by relevance

1234567891011>>

/linux-master/net/phonet/
H A Dsocket.c3 * File: socket.c
28 static int pn_socket_release(struct socket *sock)
63 * Find address based on socket address, match only certain fields.
77 BUG_ON(!pn->sobject); /* unbound socket */
82 /* Look up socket by port */
156 static int pn_socket_bind(struct socket *sock, struct sockaddr *addr, int len)
193 /* Enable RX on the socket */
202 static int pn_socket_autobind(struct socket *sock)
214 return 0; /* socket was already bound */
217 static int pn_socket_connect(struct socket *soc
[all...]
/linux-master/drivers/pcmcia/
H A Dsa1111_neponset.c46 ret = max1600_init(skt->socket.dev.parent, &m,
/linux-master/include/uapi/linux/
H A Dllc.h17 #include <linux/socket.h>
H A Dax25.h10 #include <linux/socket.h>
H A Dx25.h16 #include <linux/socket.h>
H A Drose.h11 #include <linux/socket.h>
/linux-master/tools/perf/trace/beauty/
H A Dsocket_type.c3 #include <sys/socket.h>
/linux-master/net/netlabel/
H A Dnetlabel_user.c19 #include <linux/socket.h>
/linux-master/net/sctp/
H A Dprimitive.c28 #include <linux/socket.h>
/linux-master/net/ipv6/
H A Dfib6_notifier.c2 #include <linux/socket.h>
/linux-master/samples/bpf/
H A Dtcp_clamp_kern.c19 #include <linux/socket.h>
H A Dtcp_bufs_kern.c19 #include <linux/socket.h>
H A Dtcp_cong_kern.c18 #include <linux/socket.h>
H A Dtcp_iw_kern.c19 #include <linux/socket.h>
H A Dtcp_tos_reflect_kern.c17 #include <linux/socket.h>
/linux-master/tools/testing/selftests/net/
H A Dreuseport_addr_any.c21 #include <sys/socket.h>
75 rcv_fds[i] = socket(family, proto, 0);
77 error(1, errno, "failed to create receive socket");
85 error(1, errno, "failed to bind receive socket");
147 fd = socket(family, proto, 0);
149 error(1, errno, "failed to create send socket");
157 error(1, errno, "failed to bind send socket");
160 error(1, errno, "failed to connect send socket");
214 error(1, 0, "received on an unexpected socket");
224 /* Below we test that a socket listenin
[all...]
/linux-master/include/rdma/
H A Diw_portmap.h10 #include <linux/socket.h>
/linux-master/net/tipc/
H A Dsocket.h1 /* net/tipc/socket.h: Include file for TIPC socket code
77 int tipc_sk_bind(struct socket *sock, struct sockaddr *skaddr, int alen);
/linux-master/net/vmw_vsock/
H A Dvsock_addr.c9 #include <linux/socket.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsocket_cookie_prog.c26 * userspace side of the test creates a client socket, issues a connect() on it
27 * and then checks that the local storage associated with this socket has:
79 int BPF_PROG(update_cookie_tracing, struct socket *sock,
/linux-master/arch/x86/include/asm/uv/
H A Duv_geo.h49 unsigned char socket:4, /* Which CPU on the node */ member in struct:geo_cpu_s
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_skb_sk_lookup.c80 /* Create a socket before joining testing cgroup so that its cgroup id
82 * testing cgroup won't change cgroup id of an already created socket.
84 out_sk = socket(AF_INET6, SOCK_STREAM, 0);
/linux-master/net/netrom/
H A Dnr_loopback.c8 #include <linux/socket.h>
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.h76 struct socket *sock;
/linux-master/net/nfc/
H A Daf_nfc.c18 static int nfc_sock_create(struct net *net, struct socket *sock, int proto,

Completed in 535 milliseconds

1234567891011>>