Home
last modified time | relevance | path

Searched refs:sock (Results 451 - 475 of 2642) sorted by relevance

1...<<11121314151617181920>>...106

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.h39 * @sock: File descriptor number for the socket
43 typedef void (*eloop_sock_handler)(int sock, void *eloop_ctx, void *sock_ctx);
78 * @sock: File descriptor number for the socket
90 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
95 * @sock: File descriptor number for the socket
100 void eloop_unregister_read_sock(int sock);
104 * @sock: File descriptor number for the socket
117 int eloop_register_sock(int sock, eloop_event_type type,
123 * @sock: File descriptor number for the socket
124 * @type: Type of event for which sock wa
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.h39 * @sock: File descriptor number for the socket
43 typedef void (*eloop_sock_handler)(int sock, void *eloop_ctx, void *sock_ctx);
78 * @sock: File descriptor number for the socket
90 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
95 * @sock: File descriptor number for the socket
100 void eloop_unregister_read_sock(int sock);
104 * @sock: File descriptor number for the socket
117 int eloop_register_sock(int sock, eloop_event_type type,
123 * @sock: File descriptor number for the socket
124 * @type: Type of event for which sock wa
[all...]
/kernel/linux/linux-5.10/net/dccp/
H A Dproto.c25 #include <net/sock.h>
78 void dccp_set_state(struct sock *sk, const int state) in dccp_set_state()
118 static void dccp_finish_passive_close(struct sock *sk) in dccp_finish_passive_close()
136 void dccp_done(struct sock *sk) in dccp_done()
174 void dccp_destruct_common(struct sock *sk) in dccp_destruct_common()
183 static void dccp_sk_destruct(struct sock *sk) in dccp_sk_destruct()
189 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized) in dccp_init_sock()
217 void dccp_destroy_sock(struct sock *sk) in dccp_destroy_sock()
247 static inline int dccp_listen_start(struct sock *sk, int backlog) in dccp_listen_start()
264 int dccp_disconnect(struct sock *s
324 dccp_poll(struct file *file, struct socket *sock, poll_table *wait) dccp_poll() argument
929 inet_dccp_listen(struct socket *sock, int backlog) inet_dccp_listen() argument
[all...]
H A Doutput.c16 #include <net/sock.h>
22 static inline void dccp_event_ack_sent(struct sock *sk) in dccp_event_ack_sent()
28 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb) in dccp_skb_entail()
42 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb) in dccp_transmit_skb()
159 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss()
195 void dccp_write_space(struct sock *sk) in dccp_write_space()
217 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) in dccp_wait_for_ccid()
241 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
304 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
343 void dccp_write_xmit(struct sock *s
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dsecurity.h170 struct sock;
454 int security_netlink_send(struct sock *sk, struct sk_buff *skb);
1278 static inline int security_netlink_send(struct sock *sk, struct sk_buff *skb) in security_netlink_send()
1350 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
1351 int security_unix_may_send(struct socket *sock, struct socket *other);
1353 int security_socket_post_create(struct socket *sock, int family,
1356 int security_socket_bind(struct socket *sock, struc
1401 security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) security_unix_stream_connect() argument
1408 security_unix_may_send(struct socket *sock, struct socket *other) security_unix_may_send() argument
1420 security_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) security_socket_post_create() argument
1434 security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) security_socket_bind() argument
1441 security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen) security_socket_connect() argument
1448 security_socket_listen(struct socket *sock, int backlog) security_socket_listen() argument
1453 security_socket_accept(struct socket *sock, struct socket *newsock) security_socket_accept() argument
1459 security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) security_socket_sendmsg() argument
1465 security_socket_recvmsg(struct socket *sock, struct msghdr *msg, int size, int flags) security_socket_recvmsg() argument
1472 security_socket_getsockname(struct socket *sock) security_socket_getsockname() argument
1477 security_socket_getpeername(struct socket *sock) security_socket_getpeername() argument
1482 security_socket_getsockopt(struct socket *sock, int level, int optname) security_socket_getsockopt() argument
1488 security_socket_setsockopt(struct socket *sock, int level, int optname) security_socket_setsockopt() argument
1494 security_socket_shutdown(struct socket *sock, int how) security_socket_shutdown() argument
1504 security_socket_getpeersec_stream(struct socket *sock, char __user *optval, int __user *optlen, unsigned len) security_socket_getpeersec_stream() argument
1510 security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) security_socket_getpeersec_dgram() argument
[all...]
H A Dbpf-cgroup.h13 struct sock;
116 int __cgroup_bpf_run_filter_skb(struct sock *sk,
120 int __cgroup_bpf_run_filter_sk(struct sock *sk,
123 int __cgroup_bpf_run_filter_sock_addr(struct sock *sk,
128 int __cgroup_bpf_run_filter_sock_ops(struct sock *sk,
140 int __cgroup_bpf_run_filter_setsockopt(struct sock *sock, int *level,
143 int __cgroup_bpf_run_filter_getsockopt(struct sock *sk, int level,
148 int __cgroup_bpf_run_filter_getsockopt_kern(struct sock *sk, int level,
335 #define BPF_CGROUP_RUN_PROG_SETSOCKOPT(sock, leve
[all...]
H A Dtifm.h93 void (*card_event)(struct tifm_dev *sock);
94 void (*data_event)(struct tifm_dev *sock);
123 struct tifm_dev *sock);
125 struct tifm_dev *sock);
142 void tifm_eject(struct tifm_dev *sock);
143 int tifm_has_ms_pif(struct tifm_dev *sock);
144 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
146 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
/kernel/linux/linux-6.6/crypto/
H A Daf_alg.c122 int af_alg_release(struct socket *sock) in af_alg_release() argument
124 if (sock->sk) { in af_alg_release()
125 sock_put(sock->sk); in af_alg_release()
126 sock->sk = NULL; in af_alg_release()
132 void af_alg_release_parent(struct sock *sk) in af_alg_release_parent()
148 static int alg_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) in alg_bind() argument
151 struct sock *sk = sock->sk; in alg_bind()
158 if (sock->state == SS_CONNECTED) in alg_bind()
208 static int alg_setkey(struct sock *s
357 alg_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) alg_setsockopt() argument
471 alg_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) alg_accept() argument
504 alg_create(struct net *net, struct socket *sock, int protocol, int kern) alg_create() argument
937 af_alg_sendmsg(struct socket *sock, struct msghdr *msg, size_t size, unsigned int ivsize) af_alg_sendmsg() argument
1164 af_alg_poll(struct file *file, struct socket *sock, poll_table *wait) af_alg_poll() argument
[all...]
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_ip.c17 #include <net/sock.h>
40 static inline struct l2tp_ip_sock *l2tp_ip_sk(const struct sock *sk) in l2tp_ip_sk()
45 static struct sock *__l2tp_ip_bind_lookup(const struct net *net, __be32 laddr, in __l2tp_ip_bind_lookup()
48 struct sock *sk; in __l2tp_ip_bind_lookup()
116 struct sock *sk; in l2tp_ip_recv()
199 static int l2tp_ip_hash(struct sock *sk) in l2tp_ip_hash()
209 static void l2tp_ip_unhash(struct sock *sk) in l2tp_ip_unhash()
218 static int l2tp_ip_open(struct sock *sk) in l2tp_ip_open()
227 static void l2tp_ip_close(struct sock *sk, long timeout) in l2tp_ip_close()
236 static void l2tp_ip_destroy_sock(struct sock *s
351 l2tp_ip_getname(struct socket *sock, struct sockaddr *uaddr, int peer) l2tp_ip_getname() argument
[all...]
/kernel/linux/linux-6.6/net/dccp/
H A Doutput.c16 #include <net/sock.h>
22 static inline void dccp_event_ack_sent(struct sock *sk) in dccp_event_ack_sent()
28 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb) in dccp_skb_entail()
42 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb) in dccp_transmit_skb()
161 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss()
197 void dccp_write_space(struct sock *sk) in dccp_write_space()
219 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) in dccp_wait_for_ccid()
245 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
311 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
350 void dccp_write_xmit(struct sock *s
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dinet6_hashtables.c50 struct sock *__inet6_lookup_established(struct net *net, in __inet6_lookup_established()
58 struct sock *sk; in __inet6_lookup_established()
93 static inline int compute_score(struct sock *sk, struct net *net, in compute_score()
128 * the selected sock or an error.
130 struct sock *inet6_lookup_reuseport(struct net *net, struct sock *sk, in inet6_lookup_reuseport()
138 struct sock *reuse_sk = NULL; in inet6_lookup_reuseport()
151 static struct sock *inet6_lhash2_lookup(struct net *net, in inet6_lhash2_lookup()
158 struct sock *sk, *result = NULL; in inet6_lhash2_lookup()
178 struct sock *inet6_lookup_run_sk_looku
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c94 struct sock *sk) in chtls_find_netdev()
141 static void assign_rxopt(struct sock *sk, unsigned int opt) in assign_rxopt()
169 static void chtls_purge_receive_queue(struct sock *sk) in chtls_purge_receive_queue()
179 static void chtls_purge_write_queue(struct sock *sk) in chtls_purge_write_queue()
190 static void chtls_purge_recv_queue(struct sock *sk) in chtls_purge_recv_queue()
223 static void chtls_send_abort(struct sock *sk, int mode, struct sk_buff *skb) in chtls_send_abort()
245 static void chtls_send_reset(struct sock *sk, int mode, struct sk_buff *skb) in chtls_send_reset()
280 static void release_tcp_port(struct sock *sk) in release_tcp_port()
286 static void tcp_uncork(struct sock *sk) in tcp_uncork()
296 static void chtls_close_conn(struct sock *s
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c94 struct sock *sk) in chtls_find_netdev()
141 static void assign_rxopt(struct sock *sk, unsigned int opt) in assign_rxopt()
169 static void chtls_purge_receive_queue(struct sock *sk) in chtls_purge_receive_queue()
179 static void chtls_purge_write_queue(struct sock *sk) in chtls_purge_write_queue()
190 static void chtls_purge_recv_queue(struct sock *sk) in chtls_purge_recv_queue()
223 static void chtls_send_abort(struct sock *sk, int mode, struct sk_buff *skb) in chtls_send_abort()
245 static void chtls_send_reset(struct sock *sk, int mode, struct sk_buff *skb) in chtls_send_reset()
280 static void release_tcp_port(struct sock *sk) in release_tcp_port()
286 static void tcp_uncork(struct sock *sk) in tcp_uncork()
296 static void chtls_close_conn(struct sock *s
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_cm.h11 #include <net/sock.h>
51 struct socket *sock; member
62 void (*sk_state_change)(struct sock *sk);
63 void (*sk_data_ready)(struct sock *sk);
64 void (*sk_write_space)(struct sock *sk);
65 void (*sk_error_report)(struct sock *sk);
105 static inline int ksock_recv(struct socket *sock, char *buf, size_t size, in ksock_recv() argument
111 return kernel_recvmsg(sock, &msg, &iov, 1, size, flags); in ksock_recv()
/kernel/linux/linux-6.6/include/linux/
H A Dtifm.h93 void (*card_event)(struct tifm_dev *sock);
94 void (*data_event)(struct tifm_dev *sock);
123 struct tifm_dev *sock);
125 struct tifm_dev *sock);
142 void tifm_eject(struct tifm_dev *sock);
143 int tifm_has_ms_pif(struct tifm_dev *sock);
144 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
146 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_cm.h16 #include <net/sock.h>
68 void (*sk_state_change)(struct sock *sk);
69 void (*sk_data_ready)(struct sock *sk, int bytes);
70 void (*sk_error_report)(struct sock *sk);
100 struct socket *sock; member
113 /* Saved upcalls of socket llp.sock */
114 void (*sk_state_change)(struct sock *sk);
115 void (*sk_data_ready)(struct sock *sk);
116 void (*sk_error_report)(struct sock *sk);
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_cm.h11 #include <net/sock.h>
51 struct socket *sock; member
62 void (*sk_state_change)(struct sock *sk);
63 void (*sk_data_ready)(struct sock *sk);
64 void (*sk_write_space)(struct sock *sk);
65 void (*sk_error_report)(struct sock *sk);
105 static inline int ksock_recv(struct socket *sock, char *buf, size_t size, in ksock_recv() argument
111 return kernel_recvmsg(sock, &msg, &iov, 1, size, flags); in ksock_recv()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsocket_common.h25 void EpollEventCallback(struct FtSocket *sock, FILLP_UINT32 upEvent);
45 void SockFreeSocket(struct FtSocket *sock);
48 FILLP_BOOL SockCanSendData(FILLP_CONST struct FtSocket *sock);
49 FILLP_BOOL SockCanRecvData(struct FtSocket *sock);
51 FILLP_INT SockUpdatePktDataOpt(struct FtSocket *sock, FILLP_UINT16 addFlag, FILLP_UINT16 delFlag);
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_vegas.h19 void tcp_vegas_init(struct sock *sk);
20 void tcp_vegas_state(struct sock *sk, u8 ca_state);
21 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
23 size_t tcp_vegas_get_info(struct sock *sk, u32 ext, int *attr,
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_vegas.h19 void tcp_vegas_init(struct sock *sk);
20 void tcp_vegas_state(struct sock *sk, u8 ca_state);
21 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
23 size_t tcp_vegas_get_info(struct sock *sk, u32 ext, int *attr,
/third_party/node/test/parallel/
H A Dtest-http-request-smuggling-content-length.js16 const sock = net.connect(server.address().port);
18 sock.write('GET / HTTP/1.1\r\nHost: localhost:5000\r\n' +
22 sock.setEncoding('utf8');
23 sock.on('data', (chunk) => {
26 sock.on('end', common.mustCall(function() {
/kernel/linux/linux-6.6/net/smc/
H A Daf_smc.c5 * AF_SMC protocol family socket handler keeping the AF_INET sock address type
32 #include <net/sock.h>
110 static void smc_set_keepalive(struct sock *sk, int val) in smc_set_keepalive()
117 static struct sock *smc_tcp_syn_recv_sock(const struct sock *sk, in smc_tcp_syn_recv_sock()
125 struct sock *child; in smc_tcp_syn_recv_sock()
138 /* passthrough to original syn recv sock fct */ in smc_tcp_syn_recv_sock()
157 static bool smc_hs_congested(const struct sock *sk) in smc_hs_congested()
180 int smc_hash_sk(struct sock *sk) in smc_hash_sk()
196 void smc_unhash_sk(struct sock *s
311 smc_release(struct socket *sock) smc_release() argument
365 smc_sock_alloc(struct net *net, struct socket *sock, int protocol) smc_sock_alloc() argument
397 smc_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) smc_bind() argument
1639 smc_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags) smc_connect() argument
2588 smc_listen(struct socket *sock, int backlog) smc_listen() argument
2653 smc_accept(struct socket *sock, struct socket *new_sock, int flags, bool kern) smc_accept() argument
2723 smc_getname(struct socket *sock, struct sockaddr *addr, int peer) smc_getname() argument
2737 smc_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) smc_sendmsg() argument
2775 smc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) smc_recvmsg() argument
2825 smc_poll(struct file *file, struct socket *sock, poll_table *wait) smc_poll() argument
2878 smc_shutdown(struct socket *sock, int how) smc_shutdown() argument
2953 __smc_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) __smc_getsockopt() argument
2985 __smc_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) __smc_setsockopt() argument
3018 smc_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) smc_setsockopt() argument
3105 smc_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) smc_getsockopt() argument
3131 smc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) smc_ioctl() argument
3218 smc_splice_read(struct socket *sock, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) smc_splice_read() argument
3286 __smc_create(struct net *net, struct socket *sock, int protocol, int kern, struct socket *clcsock) __smc_create() argument
3344 smc_create(struct net *net, struct socket *sock, int protocol, int kern) smc_create() argument
[all...]
/kernel/linux/linux-5.10/net/rose/
H A Daf_rose.c33 #include <net/sock.h>
151 static void rose_remove_socket(struct sock *sk) in rose_remove_socket()
164 struct sock *s; in rose_kill_by_neigh()
184 struct sock *sk, *array[16]; in rose_kill_by_device()
257 static void rose_insert_socket(struct sock *sk) in rose_insert_socket()
269 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call) in rose_find_listener()
271 struct sock *s; in rose_find_listener()
300 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket()
302 struct sock *s; in rose_find_socket()
340 void rose_destroy_socket(struct sock *);
394 rose_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) rose_setsockopt() argument
454 rose_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) rose_getsockopt() argument
512 rose_listen(struct socket *sock, int backlog) rose_listen() argument
545 rose_create(struct net *net, struct socket *sock, int protocol, int kern) rose_create() argument
636 rose_release(struct socket *sock) rose_release() argument
695 rose_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) rose_bind() argument
758 rose_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) rose_connect() argument
918 rose_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) rose_accept() argument
983 rose_getname(struct socket *sock, struct sockaddr *uaddr, int peer) rose_getname() argument
1094 rose_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) rose_sendmsg() argument
1258 rose_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, int flags) rose_recvmsg() argument
1320 rose_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) rose_ioctl() argument
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_sock.c62 static struct hci_dev *hci_hdev_from_sock(struct sock *sk) in hci_hdev_from_sock()
73 void hci_sock_set_flag(struct sock *sk, int nr) in hci_sock_set_flag()
78 void hci_sock_clear_flag(struct sock *sk, int nr) in hci_sock_clear_flag()
83 int hci_sock_test_flag(struct sock *sk, int nr) in hci_sock_test_flag()
88 unsigned short hci_sock_get_channel(struct sock *sk) in hci_sock_get_channel()
93 u32 hci_sock_get_cookie(struct sock *sk) in hci_sock_get_cookie()
98 static bool hci_sock_gen_cookie(struct sock *sk) in hci_sock_gen_cookie()
115 static void hci_sock_free_cookie(struct sock *sk) in hci_sock_free_cookie()
164 static bool is_filtered_packet(struct sock *sk, struct sk_buff *skb) in is_filtered_packet()
204 struct sock *s in hci_send_to_sock()
836 hci_sock_release(struct socket *sock) hci_sock_release() argument
975 hci_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) hci_sock_ioctl() argument
1105 hci_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) hci_sock_compat_ioctl() argument
1120 hci_sock_bind(struct socket *sock, struct sockaddr *addr, int addr_len) hci_sock_bind() argument
1416 hci_sock_getname(struct socket *sock, struct sockaddr *addr, int peer) hci_sock_getname() argument
1484 hci_sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags) hci_sock_recvmsg() argument
1750 hci_sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) hci_sock_sendmsg() argument
1892 hci_sock_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int len) hci_sock_setsockopt() argument
1978 hci_sock_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) hci_sock_getsockopt() argument
2082 hci_sock_create(struct net *net, struct socket *sock, int protocol, int kern) hci_sock_create() argument
[all...]
/kernel/linux/linux-6.6/net/rose/
H A Daf_rose.c33 #include <net/sock.h>
152 static void rose_remove_socket(struct sock *sk) in rose_remove_socket()
165 struct sock *s; in rose_kill_by_neigh()
185 struct sock *sk, *array[16]; in rose_kill_by_device()
258 static void rose_insert_socket(struct sock *sk) in rose_insert_socket()
270 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call) in rose_find_listener()
272 struct sock *s; in rose_find_listener()
301 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket()
303 struct sock *s; in rose_find_socket()
341 void rose_destroy_socket(struct sock *);
395 rose_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen) rose_setsockopt() argument
455 rose_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) rose_getsockopt() argument
513 rose_listen(struct socket *sock, int backlog) rose_listen() argument
546 rose_create(struct net *net, struct socket *sock, int protocol, int kern) rose_create() argument
637 rose_release(struct socket *sock) rose_release() argument
696 rose_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) rose_bind() argument
760 rose_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) rose_connect() argument
922 rose_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) rose_accept() argument
987 rose_getname(struct socket *sock, struct sockaddr *uaddr, int peer) rose_getname() argument
1101 rose_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) rose_sendmsg() argument
1265 rose_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, int flags) rose_recvmsg() argument
1328 rose_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) rose_ioctl() argument
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...106