Searched refs:socket (Results 501 - 525 of 882) sorted by relevance

<<21222324252627282930>>

/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c10 #include <sys/socket.h>
23 *sock = socket(AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, proto);
25 test_print("socket(AF_NETLINK)");
190 test_error("Failed to open netlink route socket\n");
236 test_error("Failed to open netlink route socket\n");
293 test_error("Failed to open netlink route socket\n");
340 test_error("Failed to open netlink route socket\n");
408 test_error("Failed to open netlink route socket\n");
/linux-master/tools/testing/vsock/
H A Dvsock_diag_test.c29 /* Per-socket status */
160 fprintf(stderr, "expected socket state %#x, got %#x\n",
261 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG);
263 perror("socket");
355 fd = socket(AF_VSOCK, SOCK_STREAM, 0);
433 .name = "Listen socket",
500 "A TCP control socket connection is used to coordinate tests\n"
/linux-master/net/core/
H A Dscm.c17 #include <linux/socket.h>
148 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p)
H A Dnetprio_cgroup.c221 struct socket *sock = sock_from_file(file);
/linux-master/include/net/
H A Dudp.h126 * @sk: socket we are writing to
279 void udp_splice_eof(struct socket *sock);
290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
506 * can reach an UDP socket with CHECKSUM_NONE, because
/linux-master/net/unix/
H A Dgarbage.c8 * Chopped about by Alan Cox 22/3/96 to make it fit the AF_UNIX socket problem.
44 * such socket and closed it (descriptor). That would happen on
63 * wrt receive and holding up unrelated socket operations.
68 #include <linux/socket.h>
90 struct socket *sock = SOCKET_I(inode);
106 /* If an embryo socket has a fd,
120 /* If the receiver socket is not inflight, no cyclic
257 * If it's 0 here, the embryo socket is not part of the
316 /* The vertex's fd can be received by a non-inflight socket. */
320 /* The vertex's fd can be received by an inflight socket i
[all...]
/linux-master/drivers/edac/
H A Dsb_edac.c383 /* Devices per socket */
1012 * Bridge only has one memory controller per socket, so the
1852 edac_dbg(0, "TAD#%d: up to %u.%03u GB (0x%016Lx), socket interleave %d, memory interleave %d, TGT: %d, %d, %d, %d, reg=0x%08x\n",
2033 u8 *socket, u8 *ha,
2071 * Step 1) Get socket
2082 sprintf(msg, "Can't discover the memory socket");
2090 sprintf(msg, "Can't discover the memory socket");
2134 sprintf(msg, "Can't discover socket interleave");
2137 *socket = sad_interleave[idx];
2138 edac_dbg(0, "SAD interleave index: %d (wayness %d) = CPU socket
2031 get_memory_error_data(struct mem_ctl_info *mci, u64 addr, u8 *socket, u8 *ha, long *channel_mask, u8 *rank, char **area_type, char *msg) argument
2368 get_memory_error_data_from_mce(struct mem_ctl_info *mci, const struct mce *m, u8 *socket, u8 *ha, long *channel_mask, char *msg) argument
3099 u8 rank = 0xff, socket, ha; local
[all...]
/linux-master/net/ax25/
H A Dax25_ds_timer.c9 #include <linux/socket.h>
111 /* Ungrab socket and destroy it */
H A Dax25_addr.c8 #include <linux/socket.h>
H A Dax25_ds_in.c9 #include <linux/socket.h>
66 * ready socket here
H A Dax25_ip.c8 #include <linux/socket.h>
H A Dax25_iface.c8 #include <linux/socket.h>
H A Dax25_subr.c11 #include <linux/socket.h>
/linux-master/arch/um/drivers/
H A Dnet_user.c12 #include <sys/socket.h>
/linux-master/net/ipv6/
H A Dfou6.c4 #include <linux/socket.h>
/linux-master/include/uapi/linux/
H A Drds.h39 #include <linux/socket.h> /* For __kernel_sockaddr_storage. */
100 * path in nS. Its set per socket using SO_RDS_MSG_RXPATH_LATENCY
101 * socket option. Legitimate points are defined in
302 * The application installs a 64bit mask value in the socket,
306 * installed in the socket, and if they overlap, we queue a
307 * cong_notification on the socket.
/linux-master/net/lapb/
H A Dlapb_out.c16 #include <linux/socket.h>
/linux-master/tools/include/uapi/linux/
H A Dtcp.h23 #include <linux/socket.h>
91 /* TCP socket options */
166 /* for TCP_INFO socket option */
305 TCP_NLA_CA_STATE, /* ca_state of socket */
319 /* for TCP_MD5SIG socket option */
352 __s32 err; /* out: socket error */
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datlx.c22 #include <linux/socket.h>
/linux-master/drivers/net/ethernet/amd/
H A Dhplance.c20 #include <linux/socket.h>
H A Dmvme147.c21 #include <linux/socket.h>
/linux-master/net/rose/
H A Drose_in.c14 #include <linux/socket.h>
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock.c41 /* set sk_bound_dev_if on socket */
48 /* set mark on socket */
60 /* set the mark on the new socket */
66 /* set priority on socket */
175 sd = socket(family, SOCK_DGRAM, 17);
177 perror("socket");
203 printf(" Show inherited socket settings (mark, priority, and device)\n");
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c38 #include <sys/socket.h>
/linux-master/drivers/pcmcia/
H A Dpxa2xx_sharpsl.c49 skt->socket.pci_irq = SCOOP_DEV[skt->nr].irq;

Completed in 222 milliseconds

<<21222324252627282930>>