| /kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
| H A D | sock.c | 49 static int cmtp_sock_release(struct socket *sock) in cmtp_sock_release() argument 66 static int do_cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_cmtp_sock_ioctl() argument 139 static int cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in cmtp_sock_ioctl() argument 145 cmtp_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) cmtp_sock_compat_ioctl() argument 200 cmtp_sock_create(struct net *net, struct socket *sock, int protocol, int kern) cmtp_sock_create() argument [all...] |
| /kernel/linux/linux-6.6/net/handshake/ |
| H A D | netlink.c | 95 struct socket *sock; in handshake_nl_accept_doit() local 141 struct socket *sock; in handshake_nl_done_doit() local [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | ip6_udp_tunnel.c | 21 struct socket *sock = NULL; in udp_sock_create6() local [all...] |
| /kernel/linux/linux-6.6/net/rds/ |
| H A D | tcp_send.c | 56 static int rds_tcp_sendmsg(struct socket *sock, void *data, unsigned int len) in rds_tcp_sendmsg() argument
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | sockex3_user.c | 27 int i, sock, fd, main_prog_fd, hash_map_fd; in main() local
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | daemon_user.c | 30 struct sockaddr_un sock; member
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | daemon_user.c | 30 struct sockaddr_un sock; member
|
| /kernel/linux/linux-5.10/drivers/pcmcia/ |
| H A D | at91_cf.c | 110 at91_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in at91_cf_set_socket() argument
|
| /kernel/linux/linux-5.10/net/sunrpc/ |
| H A D | socklib.c | 205 static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sendmsg() argument 213 static int xprt_send_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_kvec() argument 220 static int xprt_send_pagedata(struct socket *sock, struct msghdr *msg, in xprt_send_pagedata() argument 239 static int xprt_send_rm_and_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_rm_and_kvec() argument 269 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-5.10/samples/bpf/ |
| H A D | fds_example.c | 112 int fd, sock, ret; in bpf_do_prog() local
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/net/rds/ |
| H A D | tcp_listen.c | 41 void rds_tcp_keepalive(struct socket *sock) in rds_tcp_keepalive() argument 97 int rds_tcp_accept_one(struct socket *sock) in rds_tcp_accept_one() argument 265 struct socket *sock = NULL; rds_tcp_listen_init() local 322 rds_tcp_listen_stop(struct socket *sock, struct work_struct *acceptor) rds_tcp_listen_stop() argument [all...] |
| H A D | tcp_recv.c | 265 struct socket *sock = tc->t_sock; in rds_tcp_read_sock() local 293 struct socket *sock = tc->t_sock; in rds_tcp_recv_path() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | mroute6.h | 37 static inline int ip6_mroute_setsockopt(struct sock *sock, int optname, in ip6_mroute_setsockopt() argument 44 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt() argument [all...] |
| /kernel/linux/linux-5.10/include/net/ |
| H A D | scm.h | 47 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 52 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 78 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() argument 93 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() argument 109 static inline bool scm_has_secdata(struct socket *sock) in scm_has_secdata() argument 114 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 117 scm_has_secdata(struct socket *sock) scm_has_secdata() argument 123 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument [all...] |
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | net.c | 181 aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, struct socket *sock) aa_sock_file_perm() argument
|
| /kernel/linux/linux-5.10/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-5.10/fs/hmdfs/comm/ |
| H A D | transport.h | 58 struct socket *sock; member
|
| /kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
| H A D | tcp.h | 54 static inline int o2net_link_down(int err, struct socket *sock) in o2net_link_down() argument
|
| /kernel/linux/linux-5.10/net/core/ |
| H A D | netclassid_cgroup.c | 73 struct socket *sock = sock_from_file(file, &err); in update_classid_sock() local
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | udp_tunnel_core.c | 17 struct socket *sock = NULL; in udp_sock_create4() local 63 setup_udp_tunnel_sock(struct net *net, struct socket *sock, struct udp_tunnel_sock_cfg *cfg) setup_udp_tunnel_sock() argument 87 udp_tunnel_push_rx_port(struct net_device *dev, struct socket *sock, unsigned short type) udp_tunnel_push_rx_port() argument 105 udp_tunnel_drop_rx_port(struct net_device *dev, struct socket *sock, unsigned short type) udp_tunnel_drop_rx_port() argument 124 udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type) udp_tunnel_notify_add_rx_port() argument 148 udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type) udp_tunnel_notify_del_rx_port() argument 194 udp_tunnel_sock_release(struct socket *sock) udp_tunnel_sock_release() argument [all...] |
| /kernel/linux/linux-6.6/fs/hmdfs/comm/ |
| H A D | transport.h | 58 struct socket *sock; member
|
| /kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
| H A D | tcp.h | 52 static inline int o2net_link_down(int err, struct socket *sock) in o2net_link_down() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | mroute6.h | 37 static inline int ip6_mroute_setsockopt(struct sock *sock, int optname, in ip6_mroute_setsockopt() argument 44 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt() argument [all...] |
| /kernel/linux/linux-6.6/include/net/ |
| H A D | scm.h | 48 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 53 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 79 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() argument 94 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() argument 110 static inline bool scm_has_secdata(struct socket *sock) in scm_has_secdata() argument 115 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 118 scm_has_secdata(struct socket *sock) scm_has_secdata() argument 160 __scm_recv_common(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) __scm_recv_common() argument 190 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument 199 scm_recv_unix(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv_unix() argument [all...] |