/kernel/linux/linux-6.6/include/net/ |
H A D | rtnetlink.h | 195 struct net *rtnl_get_net_ns_capable(struct sock *sk, int netnsid);
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | ulpevent.h | 150 struct msghdr *, struct sock *sk);
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_priv.h | 166 extern struct sock *scsi_nl_sock;
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_hba.c | 20 #include <net/sock.h>
|
/kernel/linux/linux-6.6/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/crypto/ |
H A D | crypto_user_stat.c | 16 #include <net/sock.h>
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | core.h | 15 #include <net/sock.h>
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.h | 70 struct mnl_socket *sock; member
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_frag.c | 23 static int sch_frag_xmit(struct net *net, struct sock *sk, struct sk_buff *skb) in sch_frag_xmit()
|
/kernel/linux/linux-6.6/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-6.6/net/ipv4/netfilter/ |
H A D | nf_defrag_ipv4.c | 66 struct sock *sk = skb->sk; in ipv4_conntrack_defrag()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | link_watch.c | 12 #include <net/sock.h>
|
/kernel/linux/linux-6.6/net/lapb/ |
H A D | lapb_timer.c | 26 #include <net/sock.h>
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netfilter_ipv6.c | 101 static int br_nf_pre_routing_finish_ipv6(struct net *net, struct sock *sk, struct sk_buff *skb) in br_nf_pre_routing_finish_ipv6()
|
/kernel/linux/linux-6.6/samples/connector/ |
H A D | cn_test.c | 22 static struct sock *nls;
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | security.c | 13 #include <net/sock.h>
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | s_apps.h | 33 int init_client(int *sock, const char *host, const char *port,
|
/third_party/openssl/apps/include/ |
H A D | s_apps.h | 33 int init_client(int *sock, const char *host, const char *port,
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bio.rs | 62 pub fn BIO_new_socket(sock: c_int, close_flag: c_int) -> *mut BIO; in BIO_new_socket()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | rfkill.c | 55 static void rfkill_receive(int sock, void *eloop_ctx, void *sock_ctx) in rfkill_receive() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | rfkill.c | 55 static void rfkill_receive(int sock, void *eloop_ctx, void *sock_ctx) in rfkill_receive() argument
|
/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/include/net/bluetooth/ |
H A D | hci_core.h | 1669 int flag, struct sock *skip_sk); 1673 int flag, struct sock *skip_sk); 1684 int (*func) (struct sock *sk, struct hci_dev *hdev, void *data, 1695 void (*hdev_init) (struct sock *sk, struct hci_dev *hdev); 1791 void mgmt_advertising_added(struct sock *sk, struct hci_dev *hdev, 1793 void mgmt_advertising_removed(struct sock *sk, struct hci_dev *hdev, 1795 int mgmt_phy_configuration_changed(struct hci_dev *hdev, struct sock *skip);
|