/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | peer_object.c | 467 void rxrpc_kernel_get_peer(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_get_peer() argument 482 bool rxrpc_kernel_get_srtt(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_get_srtt() argument
|
H A D | call_accept.c | 463 int rxrpc_kernel_charge_accept(struct socket *sock, in rxrpc_kernel_charge_accept() argument
|
H A D | sendmsg.c | 755 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data() argument 792 bool rxrpc_kernel_abort_call(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_abort_call() argument 818 void rxrpc_kernel_set_tx_length(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_tx_length() argument
|
H A D | recvmsg.c | 163 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_recvmsg_data() argument 278 int rxrpc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in rxrpc_recvmsg() argument 489 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_recv_data() argument [all...] |
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib.c | 369 static void rds_ib_ic_info(struct socket *sock, unsigned int len, in rds_ib_ic_info() argument 383 static void rds6_ib_ic_info(struct socket *sock, unsigned int len, in rds6_ib_ic_info() argument
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xskmap.c | 169 struct socket *sock; in xsk_map_update_elem() local
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | hfi-events.c | 246 struct nl_sock *sock; in hfi_main() local
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | netlabel.c | 504 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/cgroup/ |
H A D | test_kmem.c | 169 long current, anon, file, kernel, sock, sum; in test_kmem_memcg_deletion() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xfrm_info.c | 212 int ret = -1, sock = -1; in setup_xfrmi_external_dev() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | setget_sockopt.c | 345 int BPF_PROG(socket_post_create, struct socket *sock, int family, in BPF_PROG() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | timestamping.c | 134 static void sendpacket(int sock, struct sockaddr *addr, socklen_t addr_len, int ptpv2) in sendpacket() argument 277 static void recvpacket(int sock, int recvmsg_flags, in recvpacket() argument 324 int sock; in main() local 151 printpacket(struct msghdr *msg, int res, char *data, int sock, int recvmsg_flags, int siocgstamp, int siocgstampns, int ptpv2) printpacket() argument [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | ioctl.c | 51 static int do_vcc_ioctl(struct socket *sock, unsigned int cmd, in do_vcc_ioctl() argument 218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() argument 277 do_atm_iobuf(struct socket *sock, unsigned int cmd, unsigned long arg) do_atm_iobuf() argument 289 do_atmif_sioc(struct socket *sock, unsigned int cmd, unsigned long arg) do_atmif_sioc() argument 301 do_atm_ioctl(struct socket *sock, unsigned int cmd32, unsigned long arg) do_atm_ioctl() argument 354 vcc_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) vcc_compat_ioctl() argument [all...] |
H A D | pppoatm.c | 439 static int pppoatm_ioctl(struct socket *sock, unsigned int cmd, in pppoatm_ioctl() argument
|
H A D | proc.c | 78 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk() argument
|
H A D | svc.c | 46 static int svc_shutdown(struct socket *sock, int how) in svc_shutdown() argument 80 static int svc_release(struct socket *sock) in svc_release() argument 100 static int svc_bind(struct socket *sock, struc argument 156 svc_connect(struct socket *sock, struct sockaddr *sockaddr, int sockaddr_len, int flags) svc_connect() argument 287 svc_listen(struct socket *sock, int backlog) svc_listen() argument 327 svc_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) svc_accept() argument 426 svc_getname(struct socket *sock, struct sockaddr *sockaddr, int peer) svc_getname() argument 458 svc_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) svc_setsockopt() argument 503 svc_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) svc_getsockopt() argument 531 svc_addparty(struct socket *sock, struct sockaddr *sockaddr, int sockaddr_len, int flags) svc_addparty() argument 561 svc_dropparty(struct socket *sock, int ep_ref) svc_dropparty() argument 588 svc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) svc_ioctl() argument 618 svc_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) svc_compat_ioctl() argument 660 svc_create(struct net *net, struct socket *sock, int protocol, int kern) svc_create() argument [all...] |
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | core.c | 73 struct socket *sock = s->sock; in bnep_send() local 422 struct socket *sock = s->sock; in bnep_tx_frame() local 556 bnep_add_connection(struct bnep_connadd_req *req, struct socket *sock) bnep_add_connection() argument [all...] |
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | cmtp.h | 40 int sock; /* Connected socket */ member 73 struct socket *sock; member
|
H A D | core.c | 195 struct socket *sock = session->sock; in cmtp_send_frame() local 330 int cmtp_add_connection(struct cmtp_connadd_req *req, struct socket *sock) in cmtp_add_connection() argument [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | scm.c | 137 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() argument
|
H A D | netprio_cgroup.c | 221 struct socket *sock = sock_from_file(file); in update_netprio() local
|
/kernel/linux/linux-6.6/net/can/ |
H A D | af_can.c | 114 static int can_create(struct net *net, struct socket *sock, int protocol, in can_create() argument [all...] |
/kernel/linux/linux-6.6/net/handshake/ |
H A D | tlshd.c | 437 void tls_handshake_close(struct socket *sock) in tls_handshake_close() argument
|
H A D | handshake-test.c | 148 struct socket *sock; in handshake_req_submit_test1() local 186 struct socket *sock; in handshake_req_submit_test3() local 211 struct socket *sock; handshake_req_submit_test4() local 245 struct socket *sock; handshake_req_submit_test5() local 282 struct socket *sock; handshake_req_submit_test6() local 315 struct socket *sock; handshake_req_cancel_test1() local 350 struct socket *sock; handshake_req_cancel_test2() local 392 struct socket *sock; handshake_req_cancel_test3() local 450 struct socket *sock; handshake_req_destroy_test1() local [all...] |
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | sock.c | 33 static int hidp_sock_release(struct socket *sock) in hidp_sock_release() argument 50 static int do_hidp_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_hidp_sock_ioctl() argument 126 static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_ioctl() argument 148 static int hidp_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_compat_ioctl() argument 249 hidp_sock_create(struct net *net, struct socket *sock, int protocol, int kern) hidp_sock_create() argument [all...] |