| /kernel/linux/linux-6.6/io_uring/ |
| H A D | uring_cmd.c | 170 struct socket *sock = cmd->file->private_data; in io_uring_cmd_sock() local
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | algif_skcipher.c | 37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() argument 50 static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in _skcipher_recvmsg() argument 149 skcipher_recvmsg(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) skcipher_recvmsg() argument 201 skcipher_check_key(struct socket *sock) skcipher_check_key() argument 236 skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, size_t size) skcipher_sendmsg_nokey() argument 248 skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) skcipher_recvmsg_nokey() argument [all...] |
| /kernel/linux/linux-6.6/tools/lib/thermal/ |
| H A D | thermal_nl.c | 55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg, in nl_send_msg() argument 113 static int nl_get_multicast_id(struct nl_sock *sock, struct nl_cb *cb, in nl_get_multicast_id() argument 147 struct nl_sock *sock; in nl_thermal_connect() local [all...] |
| /kernel/linux/linux-6.6/net/rds/ |
| H A D | tcp_listen.c | 42 void rds_tcp_keepalive(struct socket *sock) in rds_tcp_keepalive() argument 98 int rds_tcp_accept_one(struct socket *sock) in rds_tcp_accept_one() argument 270 struct socket *sock = NULL; rds_tcp_listen_init() local 327 rds_tcp_listen_stop(struct socket *sock, struct work_struct *acceptor) rds_tcp_listen_stop() argument [all...] |
| H A D | tcp_recv.c | 266 struct socket *sock = tc->t_sock; in rds_tcp_read_sock() local 294 struct socket *sock = tc->t_sock; in rds_tcp_recv_path() local [all...] |
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | fds_example.c | 114 int fd, sock, ret; in bpf_do_prog() local
|
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | net.c | 189 aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label, const char *op, u32 request, struct socket *sock) aa_sock_file_perm() argument
|
| /kernel/linux/linux-6.6/security/selinux/include/ |
| H A D | netlabel.h | 132 selinux_netlbl_socket_setsockopt(struct socket *sock, int level, int optname) selinux_netlbl_socket_setsockopt() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | local_storage.c | 138 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() argument 183 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() argument [all...] |
| /kernel/linux/linux-6.6/net/core/ |
| H A D | netclassid_cgroup.c | 72 struct socket *sock = sock_from_file(file); in update_classid_sock() local
|
| /kernel/linux/linux-6.6/net/handshake/ |
| H A D | request.c | 223 int handshake_req_submit(struct socket *sock, struc argument [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | udp_tunnel_core.c | 14 struct socket *sock = NULL; in udp_sock_create4() local 60 setup_udp_tunnel_sock(struct net *net, struct socket *sock, struct udp_tunnel_sock_cfg *cfg) setup_udp_tunnel_sock() argument 85 udp_tunnel_push_rx_port(struct net_device *dev, struct socket *sock, unsigned short type) udp_tunnel_push_rx_port() argument 99 udp_tunnel_drop_rx_port(struct net_device *dev, struct socket *sock, unsigned short type) udp_tunnel_drop_rx_port() argument 114 udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type) udp_tunnel_notify_add_rx_port() argument 134 udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type) udp_tunnel_notify_del_rx_port() argument 176 udp_tunnel_sock_release(struct socket *sock) udp_tunnel_sock_release() argument [all...] |
| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | socklib.c | 206 static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sendmsg() argument 214 static int xprt_send_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_kvec() argument 221 static int xprt_send_pagedata(struct socket *sock, struct msghdr *msg, in xprt_send_pagedata() argument 234 static int xprt_send_rm_and_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_rm_and_kvec() argument 264 xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg, struct xdr_buf *xdr, unsigned int base, rpc_fraghdr marker, unsigned int *sent_p) xprt_sock_sendmsg() argument [all...] |
| /kernel/linux/linux-6.6/samples/seccomp/ |
| H A D | user-trap.c | 32 static int send_fd(int sock, int fd) in send_fd() argument 61 static int recv_fd(int sock) in recv_fd() argument
|
| /third_party/curl/tests/libtest/ |
| H A D | libntlmconnect.c | 44 curl_socket_t sock; in callback() local
|
| /third_party/curl/lib/ |
| H A D | socks_sspi.c | 70 curl_socket_t sock = conn->sock[cf->sockindex]; in Curl_SOCKS5_gssapi_negotiate() local
|
| H A D | socks_gssapi.c | 110 curl_socket_t sock = conn->sock[cf->sockindex]; in Curl_SOCKS5_gssapi_negotiate() local
|
| /third_party/libuv/test/ |
| H A D | test-udp-open.c | 50 uv_os_sock_t sock; in create_udp_socket() local 72 static void close_socket(uv_os_sock_t sock) { in close_socket() argument 142 uv_os_sock_t sock; in TEST_IMPL() local 225 uv_os_sock_t sock; TEST_IMPL() local 257 uv_os_sock_t sock; TEST_IMPL() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_io_contiki.c | 83 coap_socket_bind_udp(coap_socket_t *sock, in coap_socket_bind_udp() argument 107 coap_socket_connect_udp(coap_socket_t *sock, in coap_socket_connect_udp() argument 139 coap_socket_write(coap_socket_t *sock, const uint8_t *data, size_t data_len) coap_socket_write() argument 144 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len) coap_socket_read() argument 149 coap_socket_close(coap_socket_t *sock) coap_socket_close() argument 161 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, size_t datalen) coap_socket_send() argument 187 coap_socket_recv(coap_socket_t *sock, coap_packet_t *packet) coap_socket_recv() argument [all...] |
| /third_party/ltp/testcases/lib/ |
| H A D | tst_net_iface_prefix.c | 58 int sock = SAFE_SOCKET(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in read_iface_prefix() local
|
| /third_party/ltp/testcases/network/nfsv4/locks/ |
| H A D | netsync.c | 49 int sock; in setupConnectionServer() local
|
| /third_party/ltp/testcases/kernel/syscalls/send/ |
| H A D | send02.c | 25 static int sock = -1, dst_sock = -1, listen_sock = -1; variable 29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() argument 34 static void do_sendto(int sock, void *buf, size_t size, int flags) in do_sendto() argument 40 static void do_sendmsg(int sock, void *buf, size_t size, int flags) in do_sendmsg() argument 74 static int check_recv(int sock, long expsize, int loop) in check_recv() argument [all...] |
| /third_party/lwip/src/core/distributed_net/ |
| H A D | distributed_net_core.c | 45 int distributed_net_connect(int sock, const struct sockaddr *addr, socklen_t addr_len) in distributed_net_connect() argument 85 int distributed_net_close(int sock) in distributed_net_close() argument 104 distributed_net_sendto(int sock, const void *buf, size_t buf_len, int flags, const struct sockaddr *addr, socklen_t addr_len) distributed_net_sendto() argument 146 distributed_net_sendmsg(int sock, const struct msghdr *hdr, int flags) distributed_net_sendmsg() argument 191 distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from, socklen_t *from_len) distributed_net_recvfrom() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_wired_common.c | 140 int wired_multicast_membership(int sock, int ifindex, const u8 *addr, int add) in wired_multicast_membership() argument
|
| H A D | netlink.c | 19 int sock; member 36 static void netlink_receive(int sock, void *eloop_ctx, void *sock_ctx) in netlink_receive() argument [all...] |