Home
last modified time | relevance | path

Searched refs:sock (Results 526 - 550 of 2550) sorted by relevance

1...<<21222324252627282930>>...102

/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c62 #include <trace/events/sock.h>
66 #include <net/sock.h>
72 static bool sctp_writeable(const struct sock *sk);
76 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
78 static int sctp_wait_for_accept(struct sock *sk, long timeo);
79 static void sctp_wait_for_close(struct sock *sk, long timeo);
80 static void sctp_destruct_sock(struct sock *sk);
83 static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
84 static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
85 static int sctp_send_asconf_add_ip(struct sock *, struc
4824 sctp_inet_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) sctp_inet_connect() argument
5627 struct socket *sock; sctp_do_peeloff() local
8580 sctp_inet_listen(struct socket *sock, int backlog) sctp_inet_listen() argument
8642 sctp_poll(struct file *file, struct socket *sock, poll_table *wait) sctp_poll() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c252 static int do_ulp_so(int sock, const char *name) in do_ulp_so() argument
254 return setsockopt(sock, IPPROTO_TCP, TCP_ULP, name, strlen(name)); in do_ulp_so()
258 static void sock_test_tcpulp(int sock, int proto, unsigned int line) in sock_test_tcpulp() argument
262 int ret = getsockopt(sock, IPPROTO_TCP, TCP_ULP, buf, &buflen); in sock_test_tcpulp()
270 ret = do_ulp_so(sock, "tls"); in sock_test_tcpulp()
274 ret = do_ulp_so(sock, "tls"); in sock_test_tcpulp()
279 ret = do_ulp_so(sock, "mptcp"); in sock_test_tcpulp()
291 int sock = -1; in sock_listen_mptcp() local
307 sock = socket(a->ai_family, a->ai_socktype, cfg_sock_proto); in sock_listen_mptcp()
308 if (sock < in sock_listen_mptcp()
362 int sock = -1; sock_connect_mptcp() local
[all...]
/kernel/linux/linux-6.6/net/kcm/
H A Dkcmsock.c29 #include <net/sock.h>
31 #include <trace/events/sock.h>
39 static inline struct kcm_sock *kcm_sk(const struct sock *sk) in kcm_sk()
49 static void report_csk_error(struct sock *csk, int err) in report_csk_error()
58 struct sock *csk = psock->sk; in kcm_abort_tx_psock()
117 static int kcm_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
172 struct sock *sk = skb->sk; in kcm_rfree()
191 static int kcm_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in kcm_queue_rcv_skb()
253 /* Lower sock lock held */
305 /* Lower sock hel
746 kcm_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) kcm_sendmsg() argument
956 kcm_splice_eof(struct socket *sock) kcm_splice_eof() argument
969 kcm_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) kcm_recvmsg() argument
1018 kcm_splice_read(struct socket *sock, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) kcm_splice_read() argument
1109 kcm_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) kcm_setsockopt() argument
1143 kcm_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) kcm_getsockopt() argument
1212 kcm_attach(struct socket *sock, struct socket *csock, struct bpf_prog *prog) kcm_attach() argument
1315 kcm_attach_ioctl(struct socket *sock, struct kcm_attach *info) kcm_attach_ioctl() argument
1441 kcm_unattach_ioctl(struct socket *sock, struct kcm_unattach *info) kcm_unattach_ioctl() argument
1526 kcm_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) kcm_ioctl() argument
1671 kcm_release(struct socket *sock) kcm_release() argument
1783 kcm_create(struct net *net, struct socket *sock, int protocol, int kern) kcm_create() argument
[all...]
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk.c713 static int __xsk_generic_xmit(struct sock *sk) in __xsk_generic_xmit()
799 static int xsk_generic_xmit(struct sock *sk) in xsk_generic_xmit()
812 static bool xsk_no_wakeup(struct sock *sk) in xsk_no_wakeup()
833 static int __xsk_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) in __xsk_sendmsg() argument
836 struct sock *sk = sock->sk; in __xsk_sendmsg()
867 static int xsk_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) in xsk_sendmsg() argument
872 ret = __xsk_sendmsg(sock, m, total_len); in xsk_sendmsg()
878 static int __xsk_recvmsg(struct socket *sock, struct msghdr *m, size_t len, int flags) in __xsk_recvmsg() argument
881 struct sock *s in __xsk_recvmsg()
904 xsk_recvmsg(struct socket *sock, struct msghdr *m, size_t len, int flags) xsk_recvmsg() argument
915 xsk_poll(struct file *file, struct socket *sock, struct poll_table_struct *wait) xsk_poll() argument
1026 xsk_release(struct socket *sock) xsk_release() argument
1066 struct socket *sock; xsk_lookup_xsk_from_fd() local
1086 xsk_bind(struct socket *sock, struct sockaddr *addr, int addr_len) xsk_bind() argument
1132 struct socket *sock; xsk_bind() local
1262 xsk_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) xsk_setsockopt() argument
1377 xsk_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) xsk_getsockopt() argument
1508 xsk_mmap(struct file *file, struct socket *sock, struct vm_area_struct *vma) xsk_mmap() argument
1615 xsk_create(struct net *net, struct socket *sock, int protocol, int kern) xsk_create() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dtcp.h19 #include <net/sock.h>
436 bool (*smc_hs_congested)(const struct sock *sk);
479 /* Variant of tcp_sk() upgrading a const sock to a read/write tcp socket.
502 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk()
507 static inline bool tcp_passive_fastopen(const struct sock *sk) in tcp_passive_fastopen()
513 static inline void fastopen_queue_tune(struct sock *sk, int backlog) in fastopen_queue_tune()
540 struct sk_buff *tcp_get_timestamping_opt_stats(const struct sock *sk,
557 void __tcp_sock_set_cork(struct sock *sk, bool on);
558 void tcp_sock_set_cork(struct sock *sk, bool on);
559 int tcp_sock_set_keepcnt(struct sock *s
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c61 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
65 static void tcp_event_new_data_sent(struct sock *sk, struct sk_buff *skb) in tcp_event_new_data_sent()
95 static inline __u32 tcp_acceptable_seq(const struct sock *sk) in tcp_acceptable_seq()
121 static __u16 tcp_advertise_mss(struct sock *sk) in tcp_advertise_mss()
142 void tcp_cwnd_restart(struct sock *sk, s32 delta) in tcp_cwnd_restart()
162 struct sock *sk) in tcp_event_data_sent()
180 static inline void tcp_event_ack_sent(struct sock *sk, u32 rcv_nxt) in tcp_event_ack_sent()
205 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window()
256 static u16 tcp_select_window(struct sock *sk) in tcp_select_window()
316 static void tcp_ecn_send_synack(struct sock *s
[all...]
H A Dtcp_veno.c45 static inline void veno_enable(struct sock *sk) in veno_enable()
55 static inline void veno_disable(struct sock *sk) in veno_disable()
63 static void tcp_veno_init(struct sock *sk) in tcp_veno_init()
73 static void tcp_veno_pkts_acked(struct sock *sk, in tcp_veno_pkts_acked()
96 static void tcp_veno_state(struct sock *sk, u8 ca_state) in tcp_veno_state()
113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
119 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid()
195 static u32 tcp_veno_ssthresh(struct sock *sk) in tcp_veno_ssthresh()
/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c14 struct sock *sk) in handle_nonesp()
30 static void handle_esp(struct sk_buff *skb, struct sock *sk) in handle_esp()
133 static int espintcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in espintcp_recvmsg()
169 int espintcp_queue_out(struct sock *sk, struct sk_buff *skb) in espintcp_queue_out()
185 static int espintcp_sendskb_locked(struct sock *sk, struct espintcp_msg *emsg, in espintcp_sendskb_locked()
206 static int espintcp_sendskmsg_locked(struct sock *sk, in espintcp_sendskmsg_locked()
252 static int espintcp_push_msgs(struct sock *sk, int flags) in espintcp_push_msgs()
281 int espintcp_push_skb(struct sock *sk, struct sk_buff *skb) in espintcp_push_skb()
315 static int espintcp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in espintcp_sendmsg()
398 static void espintcp_data_ready(struct sock *s
543 espintcp_poll(struct file *file, struct socket *sock, poll_table *wait) espintcp_poll() argument
[all...]
/kernel/linux/linux-5.10/net/dccp/ccids/
H A Dccid3.c50 static void ccid3_hc_tx_set_state(struct sock *sk, in ccid3_hc_tx_set_state()
72 static inline u64 rfc3390_initial_rate(struct sock *sk) in rfc3390_initial_rate()
111 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x()
188 struct sock *sk = hc->sk; in ccid3_hc_tx_no_feedback_timer()
267 static int ccid3_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_send_packet()
344 static void ccid3_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid3_hc_tx_packet_sent()
354 static void ccid3_hc_tx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_packet_recv()
452 static int ccid3_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid3_hc_tx_parse_options()
489 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init()
501 static void ccid3_hc_tx_exit(struct sock *s
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dtopsrv.c44 #include <net/sock.h>
46 #include <trace/events/sock.h>
83 * @sock: socket handler associated with connection
96 struct socket *sock; member
134 if (con->sock) in tipc_conn_kref_release()
135 sock_release(con->sock); in tipc_conn_kref_release()
158 struct sock *sk = con->sock->sk; in tipc_conn_close()
175 kernel_sock_shutdown(con->sock, SHUT_RDWR); in tipc_conn_close()
180 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock) in tipc_conn_alloc() argument
[all...]
/kernel/linux/linux-6.6/net/dccp/ccids/
H A Dccid3.c50 static void ccid3_hc_tx_set_state(struct sock *sk, in ccid3_hc_tx_set_state()
72 static inline u64 rfc3390_initial_rate(struct sock *sk) in rfc3390_initial_rate()
114 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x()
192 struct sock *sk = hc->sk; in ccid3_hc_tx_no_feedback_timer()
272 static int ccid3_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_send_packet()
349 static void ccid3_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid3_hc_tx_packet_sent()
359 static void ccid3_hc_tx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_packet_recv()
457 static int ccid3_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid3_hc_tx_parse_options()
494 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init()
506 static void ccid3_hc_tx_exit(struct sock *s
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c41 struct sock {} __attribute__((preserve_access_index)); struct
44 struct sock *sk;
82 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() argument
92 storage = bpf_sk_storage_get(&sk_storage_map, sock->sk, 0, in BPF_PROG()
100 err = bpf_sk_storage_delete(&sk_storage_map, sock->sk); in BPF_PROG()
108 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() argument
117 storage = bpf_sk_storage_get(&sk_storage_map, sock->sk, 0, in BPF_PROG()
/third_party/node/test/parallel/
H A Dtest-http-agent-reuse-drained-socket-only.js16 }, (sock) => {
17 // Do not read anything from `sock`
18 sock.pause();
19 sock.write('HTTP/1.1 200 OK\r\nContent-Length: 0\r\nConnection: Keep-Alive\r\n\r\n');
102 req.on('socket', common.mustCall((sock) => {
103 assert.notStrictEqual(sock.localPort, fstReqCliPort);
116 req.on('socket', common.mustCall((sock) => {
117 assert.strictEqual(sock.localPort, secReqCliPort);
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
H A Dtirpc_svc_5.c47 int sock; member
78 this->sock = bound_socket(this->domain, this->type); in main()
79 if (this->sock < 0) { in main()
85 if (listen(this->sock, 10) < 0) { in main()
91 this->transp = this->svc_func(this->sock, 1024, 1024); in main()
118 if (this->sock >= 0) in main()
119 close(this->sock); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_openbsd.c24 int sock; /* open socket for 802.11 ioctls */ member
38 if (ioctl(drv->sock, SIOCG80211NWID, &ifr) < 0 || in wpa_driver_openbsd_get_ssid()
53 if (ioctl(drv->sock, SIOCG80211BSSID, &id) < 0) in wpa_driver_openbsd_get_bssid()
88 if (ioctl(drv->sock, SIOCS80211KEYAVAIL, &keyavail) < 0) in wpa_driver_openbsd_set_key()
103 drv->sock = socket(PF_INET, SOCK_DGRAM, 0); in wpa_driver_openbsd_init()
104 if (drv->sock < 0) in wpa_driver_openbsd_init()
123 close(drv->sock); in wpa_driver_openbsd_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_openbsd.c24 int sock; /* open socket for 802.11 ioctls */ member
38 if (ioctl(drv->sock, SIOCG80211NWID, &ifr) < 0 || in wpa_driver_openbsd_get_ssid()
53 if (ioctl(drv->sock, SIOCG80211BSSID, &id) < 0) in wpa_driver_openbsd_get_bssid()
90 if (ioctl(drv->sock, SIOCS80211KEYAVAIL, &keyavail) < 0)
105 drv->sock = socket(PF_INET, SOCK_DGRAM, 0);
106 if (drv->sock < 0)
125 close(drv->sock);
/kernel/linux/linux-5.10/net/smc/
H A Dsmc.h17 #include <net/sock.h>
217 struct smc_sock { /* smc sock container */
218 struct sock sk;
220 void (*clcsk_data_ready)(struct sock *sk);
251 static inline struct smc_sock *smc_sk(const struct sock *sk) in smc_sk()
297 struct sock *smc_accept_dequeue(struct sock *parent, struct socket *new_sock);
298 void smc_close_non_accepted(struct sock *sk);
300 static inline void smc_sock_set_flag(struct sock *sk, enum sock_flags flag) in smc_sock_set_flag()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_veno.c45 static inline void veno_enable(struct sock *sk) in veno_enable()
55 static inline void veno_disable(struct sock *sk) in veno_disable()
63 static void tcp_veno_init(struct sock *sk) in tcp_veno_init()
73 static void tcp_veno_pkts_acked(struct sock *sk, in tcp_veno_pkts_acked()
96 static void tcp_veno_state(struct sock *sk, u8 ca_state) in tcp_veno_state()
113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
119 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid()
195 static u32 tcp_veno_ssthresh(struct sock *sk) in tcp_veno_ssthresh()
/kernel/linux/linux-6.6/net/unix/
H A Dscm.c24 struct sock *unix_get_socket(struct file *filp) in unix_get_socket()
26 struct sock *u_sock = NULL; in unix_get_socket()
31 struct socket *sock = SOCKET_I(inode); in unix_get_socket() local
32 const struct proto_ops *ops = READ_ONCE(sock->ops); in unix_get_socket()
33 struct sock *s = sock->sk; in unix_get_socket()
49 struct sock *s = unix_get_socket(fp); in unix_inflight()
71 struct sock *s = unix_get_socket(fp); in unix_notinflight()
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dtcp.c85 mlog(ML_SOCKET, "[sc %p refs %d sock %p node %u page %p " \
103 * quorum work is queued as sock containers are shutdown.. stop_listening
104 * tears down all the node's sock containers, preventing future shutdowns
127 static void o2net_listen_data_ready(struct sock *sk);
585 static void o2net_data_ready(struct sock *sk) in o2net_data_ready()
587 void (*ready)(struct sock *sk); in o2net_data_ready()
606 static void o2net_state_change(struct sock *sk) in o2net_state_change()
608 void (*state_change)(struct sock *sk); in o2net_state_change()
647 static void o2net_register_callbacks(struct sock *sk, in o2net_register_callbacks()
672 static int o2net_unregister_callbacks(struct sock *s
901 o2net_recv_tcp_msg(struct socket *sock, void *data, size_t len) o2net_recv_tcp_msg() argument
909 o2net_send_tcp_msg(struct socket *sock, struct kvec *vec, size_t veclen, size_t total) o2net_send_tcp_msg() argument
1144 o2net_send_status_magic(struct socket *sock, struct o2net_msg *hdr, enum o2net_system_error syserr, int err) o2net_send_status_magic() argument
1553 struct socket *sock = NULL; o2net_start_connect() local
1777 o2net_accept_one(struct socket *sock, int *more) o2net_accept_one() argument
1911 struct socket *sock = o2net_listen_sock; o2net_accept_many() local
1972 struct socket *sock = NULL; o2net_open_listening_sock() local
2054 struct socket *sock = o2net_listen_sock; o2net_stop_listening() local
[all...]
/kernel/linux/linux-5.10/net/kcm/
H A Dkcmsock.c28 #include <net/sock.h>
37 static inline struct kcm_sock *kcm_sk(const struct sock *sk) in kcm_sk()
47 static void report_csk_error(struct sock *csk, int err) in report_csk_error()
56 struct sock *csk = psock->sk; in kcm_abort_tx_psock()
115 static int kcm_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
170 struct sock *sk = skb->sk; in kcm_rfree()
189 static int kcm_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in kcm_queue_rcv_skb()
251 /* Lower sock lock held */
303 /* Lower sock held */
346 /* Lower sock loc
760 kcm_sendpage(struct socket *sock, struct page *page, int offset, size_t size, int flags) kcm_sendpage() argument
903 kcm_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) kcm_sendmsg() argument
1090 kcm_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) kcm_recvmsg() argument
1140 kcm_splice_read(struct socket *sock, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) kcm_splice_read() argument
1232 kcm_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) kcm_setsockopt() argument
1266 kcm_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) kcm_getsockopt() argument
1334 kcm_attach(struct socket *sock, struct socket *csock, struct bpf_prog *prog) kcm_attach() argument
1437 kcm_attach_ioctl(struct socket *sock, struct kcm_attach *info) kcm_attach_ioctl() argument
1563 kcm_unattach_ioctl(struct socket *sock, struct kcm_unattach *info) kcm_unattach_ioctl() argument
1648 kcm_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) kcm_ioctl() argument
1793 kcm_release(struct socket *sock) kcm_release() argument
1905 kcm_create(struct net *net, struct socket *sock, int protocol, int kern) kcm_create() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c19 struct sock **sks;
50 sizeof(struct sock *), in sock_map_alloc()
114 static void sock_map_sk_acquire(struct sock *sk)
121 static void sock_map_sk_release(struct sock *sk)
139 static void sock_map_del_link(struct sock *sk, in sock_map_del_link()
175 static void sock_map_unref(struct sock *sk, void *link_raw) in sock_map_unref()
185 static int sock_map_init_proto(struct sock *sk, struct sk_psock *psock) in sock_map_init_proto()
193 static struct sk_psock *sock_map_psock_get_checked(struct sock *sk) in sock_map_psock_get_checked()
213 static int sock_map_link(struct bpf_map *map, struct sock *sk) in sock_map_link()
343 struct sock **ps in sock_map_free()
550 struct socket *sock; sock_map_update_elem_sys() local
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c65 #include <net/sock.h>
71 static bool sctp_writeable(const struct sock *sk);
75 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
77 static int sctp_wait_for_accept(struct sock *sk, long timeo);
78 static void sctp_wait_for_close(struct sock *sk, long timeo);
79 static void sctp_destruct_sock(struct sock *sk);
82 static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
83 static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
84 static int sctp_send_asconf_add_ip(struct sock *, struct sockaddr *, int);
85 static int sctp_send_asconf_del_ip(struct sock *, struc
4707 sctp_inet_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) sctp_inet_connect() argument
5503 struct socket *sock; sctp_do_peeloff() local
8328 sctp_inet_listen(struct socket *sock, int backlog) sctp_inet_listen() argument
8390 sctp_poll(struct file *file, struct socket *sock, poll_table *wait) sctp_poll() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H A Dnetlink_k.h8 #include <net/sock.h>
10 struct sock *netlink_init(int unit,
13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len,
/kernel/linux/linux-6.6/drivers/staging/gdm724x/
H A Dnetlink_k.h8 #include <net/sock.h>
10 struct sock *netlink_init(int unit,
13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len,

Completed in 27 milliseconds

1...<<21222324252627282930>>...102