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

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c55 struct xsk_socket *socket; member in struct:xsk
102 ret = xsk_socket__create(&xsk->socket, ifindex, queue_id,
136 if (xsk->socket)
137 xsk_socket__delete(xsk->socket);
154 return sendto(xsk_socket__fd(xsk->socket), NULL, 0, MSG_DONTWAIT, NULL, 0);
159 return recvfrom(xsk_socket__fd(xsk->socket), NULL, 0, MSG_DONTWAIT, NULL, NULL);
416 fds[i].fd = xsk_socket__fd(rx_xsk[i].socket);
524 fd = socket(AF_UNIX, SOCK_DGRAM, 0);
526 error(1, errno, "socket");
545 fd = socket(AF_UNI
[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/x25/
H A Dsysctl_net_x25.c11 #include <linux/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/arch/um/drivers/
H A Dubd_user.c16 #include <sys/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>

Completed in 167 milliseconds

1234567891011>>