/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 63 #include <net/sock.h> 141 struct sock sk; 1429 struct sock *sk = tfile->socket.sk; in tun_sock_writeable() 1441 struct sock *sk; in tun_chr_poll() 1531 struct sock *sk = tfile->socket.sk; in tun_alloc_skb() 2431 static void tun_sock_write_space(struct sock *sk) in tun_sock_write_space() 2565 static int tun_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) in tun_sendmsg() argument 2568 struct tun_file *tfile = container_of(sock, struct tun_file, socket); in tun_sendmsg() 2612 static int tun_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, in tun_recvmsg() argument 2615 struct tun_file *tfile = container_of(sock, struc in tun_recvmsg() 2664 tun_peek_len(struct socket *sock) tun_peek_len() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 36 #include <net/sock.h> 1521 static int ctnetlink_del_conntrack(struct net *net, struct sock *ctnl, in ctnetlink_del_conntrack() 1576 static int ctnetlink_get_conntrack(struct net *net, struct sock *ctnl, in ctnetlink_get_conntrack() 1735 static int ctnetlink_get_ct_dying(struct net *net, struct sock *ctnl, in ctnetlink_get_ct_dying() 1758 static int ctnetlink_get_ct_unconfirmed(struct net *net, struct sock *ctnl, in ctnetlink_get_ct_unconfirmed() 2370 static int ctnetlink_new_conntrack(struct net *net, struct sock *ctnl, in ctnetlink_new_conntrack() 2535 static int ctnetlink_stat_ct_cpu(struct net *net, struct sock *ctnl, in ctnetlink_stat_ct_cpu() 2580 static int ctnetlink_stat_ct(struct net *net, struct sock *ctnl, in ctnetlink_stat_ct() 3242 static int ctnetlink_dump_exp_ct(struct net *net, struct sock *ctnl, in ctnetlink_dump_exp_ct() 3288 static int ctnetlink_get_expect(struct net *net, struct sock *ctn [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 63 #include <net/sock.h> 130 struct sock sk; 1419 struct sock *sk = tfile->socket.sk; in tun_sock_writeable() 1431 struct sock *sk; in tun_chr_poll() 1522 struct sock *sk = tfile->socket.sk; in tun_alloc_skb() 2417 static void tun_sock_write_space(struct sock *sk) in tun_sock_write_space() 2562 static int tun_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) in tun_sendmsg() argument 2565 struct tun_file *tfile = container_of(sock, struct tun_file, socket); in tun_sendmsg() 2614 static int tun_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, in tun_recvmsg() argument 2617 struct tun_file *tfile = container_of(sock, struc in tun_recvmsg() 2666 tun_peek_len(struct socket *sock) tun_peek_len() argument [all...] |
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 63 #include <net/sock.h> 1116 struct sock *io_uring_get_socket(struct file *file) in io_uring_get_socket() 3961 struct socket *sock; in io_shutdown() local 3967 sock = sock_from_file(req->file, &ret); in io_shutdown() 3968 if (unlikely(!sock)) in io_shutdown() 3971 ret = __sys_shutdown_sock(sock, req->shutdown.how); in io_shutdown() 4717 static bool io_net_retry(struct socket *sock, int flags) in io_net_retry() argument 4721 return sock->type == SOCK_STREAM || sock->type == SOCK_SEQPACKET; in io_net_retry() 4803 struct socket *sock; in io_sendmsg() local 4859 struct socket *sock; io_send() local 5054 struct socket *sock; io_recvmsg() local 5128 struct socket *sock; io_recv() local 7993 struct sock *sock = ctx->ring_sock->sk; __io_sqe_files_unregister() local 8268 struct sock *sock = ctx->ring_sock->sk; io_rsrc_file_put() local [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | linux32.c | 37 #include <net/sock.h>
|
/kernel/linux/linux-5.10/drivers/connector/ |
H A D | cn_queue.c | 112 struct cn_queue_dev *cn_queue_alloc_dev(const char *name, struct sock *nls) in cn_queue_alloc_dev()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | linux32.c | 37 #include <net/sock.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 10 #include <net/sock.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | core.h | 15 #include <net/sock.h>
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_priv.h | 153 extern struct sock *scsi_nl_sock;
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_hba.c | 20 #include <net/sock.h>
|
/kernel/linux/linux-5.10/samples/connector/ |
H A D | cn_test.c | 22 static struct sock *nls;
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | ulpevent.h | 150 struct msghdr *, struct sock *sk);
|
/kernel/linux/linux-5.10/include/linux/soc/qcom/ |
H A D | qmi.h | 201 * @sock: socket handle 202 * @sock_lock: synchronization of @sock modifications 203 * @sq: sockaddr of @sock 217 struct socket *sock; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_tunnel.h | 153 static inline void ip6tunnel_xmit(struct sock *sk, struct sk_buff *skb, in ip6tunnel_xmit()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | virtio_vsock.h | 7 #include <net/sock.h>
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_ds_subr.c | 22 #include <net/sock.h>
|
H A D | ax25_timer.c | 27 #include <net/sock.h>
|
H A D | ax25_uid.c | 24 #include <net/sock.h>
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.h | 83 void hci_req_clear_adv_instance(struct hci_dev *hdev, struct sock *sk,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | link_watch.c | 12 #include <net/sock.h>
|
/kernel/linux/linux-5.10/net/lapb/ |
H A D | lapb_timer.c | 26 #include <net/sock.h>
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | connection.h | 11 #include <net/sock.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kobject.h | 149 struct sock;
|
H A D | btf_ids.h | 233 BTF_SOCK_TYPE(BTF_SOCK_TYPE_SOCK, sock) \
|