Home
last modified time | relevance | path

Searched defs:sock (Results 101 - 125 of 573) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/io_uring/
H A During_cmd.c170 struct socket *sock = cmd->file->private_data; in io_uring_cmd_sock() local
/kernel/linux/linux-6.6/crypto/
H A Dalgif_skcipher.c37 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 Dthermal_nl.c55 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 Dtcp_listen.c42 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 Dtcp_recv.c266 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 Dfds_example.c114 int fd, sock, ret; in bpf_do_prog() local
/kernel/linux/linux-6.6/security/apparmor/
H A Dnet.c189 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 Dnetlabel.h132 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 Dlocal_storage.c138 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 Dnetclassid_cgroup.c72 struct socket *sock = sock_from_file(file); in update_classid_sock() local
/kernel/linux/linux-6.6/net/handshake/
H A Drequest.c223 int handshake_req_submit(struct socket *sock, struc argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_core.c14 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 Dsocklib.c206 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 Duser-trap.c32 static int send_fd(int sock, int fd) in send_fd() argument
61 static int recv_fd(int sock) in recv_fd() argument
/kernel/linux/linux-5.10/crypto/
H A Dalgif_hash.c63 static int hash_sendmsg(struct socket *sock, struct msghdr *msg, in hash_sendmsg() argument
131 static ssize_t hash_sendpage(struct socket *sock, struct page *page, in hash_sendpage() argument
183 static int hash_recvmsg(struct socket *sock, struc argument
230 hash_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) hash_accept() argument
292 hash_check_key(struct socket *sock) hash_check_key() argument
327 hash_sendmsg_nokey(struct socket *sock, struct msghdr *msg, size_t size) hash_sendmsg_nokey() argument
339 hash_sendpage_nokey(struct socket *sock, struct page *page, int offset, size_t size, int flags) hash_sendpage_nokey() argument
351 hash_recvmsg_nokey(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) hash_recvmsg_nokey() argument
363 hash_accept_nokey(struct socket *sock, struct socket *newsock, int flags, bool kern) hash_accept_nokey() argument
[all...]
H A Dalgif_skcipher.c37 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
202 skcipher_check_key(struct socket *sock) skcipher_check_key() argument
237 skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, size_t size) skcipher_sendmsg_nokey() argument
249 skcipher_sendpage_nokey(struct socket *sock, struct page *page, int offset, size_t size, int flags) skcipher_sendpage_nokey() argument
261 skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) skcipher_recvmsg_nokey() argument
[all...]
H A Dalgif_rng.c107 static int rng_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in rng_recvmsg() argument
117 static int rng_test_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in rng_test_recvmsg() argument
133 static int rng_test_sendmsg(struct socket *sock, struc argument
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Datmtcp.c451 static int atmtcp_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in atmtcp_ioctl() argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtimestamping.c118 static void sendpacket(int sock, struct sockaddr *addr, socklen_t addr_len) in sendpacket() argument
259 static void recvpacket(int sock, int recvmsg_flags, in recvpacket() argument
306 int sock; in main() local
134 printpacket(struct msghdr *msg, int res, char *data, int sock, int recvmsg_flags, int siocgstamp, int siocgstampns) printpacket() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_cm.h51 struct socket *sock; member
105 static inline int ksock_recv(struct socket *sock, char *buf, size_t size, in ksock_recv() argument
/kernel/linux/linux-5.10/drivers/misc/
H A Dtifm_core.c34 static int tifm_dev_match(struct tifm_dev *sock, struct tifm_device_id *id) in tifm_dev_match() argument
43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match() local
60 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent() local
70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe() local
85 static void tifm_dummy_event(struct tifm_dev *sock) in tifm_dummy_event() argument
92 struct tifm_dev *sock in tifm_device_remove() local
111 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); tifm_device_suspend() local
122 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); tifm_device_resume() local
141 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); type_show() local
244 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); tifm_free_device() local
252 struct tifm_dev *sock = NULL; tifm_alloc_device() local
280 tifm_eject(struct tifm_dev *sock) tifm_eject() argument
287 tifm_has_ms_pif(struct tifm_dev *sock) tifm_has_ms_pif() argument
294 tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, int direction) tifm_map_sg() argument
301 tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, int direction) tifm_unmap_sg() argument
[all...]
H A Dtifm_7xx1.c26 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject() argument
39 struct tifm_dev *sock; in tifm_7xx1_isr() local
21 tifm_7xx1_dummy_eject(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_dummy_eject() argument
139 struct tifm_dev *sock; tifm_7xx1_switch_media() local
292 tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_dummy_has_ms_pif() argument
298 tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_has_ms_pif() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dsocket.c31 struct sock *sock; in send4() local
111 struct sock *sock; send6() local
334 sock_free(struct sock *sock) sock_free() argument
342 set_sock_opts(struct socket *sock) set_sock_opts() argument
[all...]
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dpd6729.c245 static int pd6729_get_status(struct pcmcia_socket *sock, u_int *value) in pd6729_get_status() argument
294 static int pd6729_set_socket(struct pcmcia_socket *sock, socket_state_t *state) in pd6729_set_socket() argument
422 pd6729_set_io_map(struct pcmcia_socket *sock, struct pccard_io_map *io) pd6729_set_io_map() argument
466 pd6729_set_mem_map(struct pcmcia_socket *sock, struct pccard_mem_map *mem) pd6729_set_mem_map() argument
543 pd6729_init(struct pcmcia_socket *sock) pd6729_init() argument
[all...]
H A Domap_cf.c126 omap_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in omap_cf_set_socket() argument

Completed in 12 milliseconds

12345678910>>...23