Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/kernel/linux/linux-6.6/net/llc/
Dllc_c_ev.c75 static u16 llc_util_nr_inside_tx_window(struct sock *sk, u8 nr) in llc_util_nr_inside_tx_window()
99 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_conn_req()
107 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_data_req()
115 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_disc_req()
123 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rst_req()
131 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_detected()
139 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_cleared()
147 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_bad_pdu()
152 int llc_conn_ev_rx_disc_cmd_pbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_disc_cmd_pbit_set_x()
160 int llc_conn_ev_rx_dm_rsp_fbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_dm_rsp_fbit_set_x()
[all …]
Dllc_c_ac.c45 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_clear_remote_busy()
61 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_ind()
69 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_confirm()
77 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_confirm()
85 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_ind()
91 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_ind()
119 int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_confirm()
128 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_ind()
167 int llc_conn_ac_rst_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_confirm()
176 int llc_conn_ac_clear_remote_busy_if_f_eq_1(struct sock *sk, in llc_conn_ac_clear_remote_busy_if_f_eq_1()
[all …]
/kernel/linux/linux-5.10/net/llc/
Dllc_c_ev.c75 static u16 llc_util_nr_inside_tx_window(struct sock *sk, u8 nr) in llc_util_nr_inside_tx_window()
99 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_conn_req()
107 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_data_req()
115 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_disc_req()
123 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rst_req()
131 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_detected()
139 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_cleared()
147 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_bad_pdu()
152 int llc_conn_ev_rx_disc_cmd_pbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_disc_cmd_pbit_set_x()
160 int llc_conn_ev_rx_dm_rsp_fbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_dm_rsp_fbit_set_x()
[all …]
Dllc_c_ac.c45 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_clear_remote_busy()
61 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_ind()
69 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_confirm()
77 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_confirm()
85 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_ind()
91 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_ind()
119 int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_confirm()
128 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_ind()
167 int llc_conn_ac_rst_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_confirm()
176 int llc_conn_ac_clear_remote_busy_if_f_eq_1(struct sock *sk, in llc_conn_ac_clear_remote_busy_if_f_eq_1()
[all …]
/kernel/linux/linux-6.6/net/netrom/
Dnr_timer.c35 void nr_init_timers(struct sock *sk) in nr_init_timers()
48 void nr_start_t1timer(struct sock *sk) in nr_start_t1timer()
55 void nr_start_t2timer(struct sock *sk) in nr_start_t2timer()
62 void nr_start_t4timer(struct sock *sk) in nr_start_t4timer()
69 void nr_start_idletimer(struct sock *sk) in nr_start_idletimer()
77 void nr_start_heartbeat(struct sock *sk) in nr_start_heartbeat()
82 void nr_stop_t1timer(struct sock *sk) in nr_stop_t1timer()
87 void nr_stop_t2timer(struct sock *sk) in nr_stop_t2timer()
92 void nr_stop_t4timer(struct sock *sk) in nr_stop_t4timer()
97 void nr_stop_idletimer(struct sock *sk) in nr_stop_idletimer()
[all …]
/kernel/linux/linux-5.10/net/netrom/
Dnr_timer.c35 void nr_init_timers(struct sock *sk) in nr_init_timers()
48 void nr_start_t1timer(struct sock *sk) in nr_start_t1timer()
55 void nr_start_t2timer(struct sock *sk) in nr_start_t2timer()
62 void nr_start_t4timer(struct sock *sk) in nr_start_t4timer()
69 void nr_start_idletimer(struct sock *sk) in nr_start_idletimer()
77 void nr_start_heartbeat(struct sock *sk) in nr_start_heartbeat()
82 void nr_stop_t1timer(struct sock *sk) in nr_stop_t1timer()
87 void nr_stop_t2timer(struct sock *sk) in nr_stop_t2timer()
92 void nr_stop_t4timer(struct sock *sk) in nr_stop_t4timer()
97 void nr_stop_idletimer(struct sock *sk) in nr_stop_idletimer()
[all …]
/kernel/linux/linux-6.6/net/core/
Dsock.c167 bool sk_ns_capable(const struct sock *sk, in sk_ns_capable()
184 bool sk_capable(const struct sock *sk, int cap) in sk_capable()
199 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable()
304 void sk_set_memalloc(struct sock *sk) in sk_set_memalloc()
312 void sk_clear_memalloc(struct sock *sk) in sk_clear_memalloc()
329 int __sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in __sk_backlog_rcv()
348 void sk_error_report(struct sock *sk) in sk_error_report()
461 static bool sock_needs_netstamp(const struct sock *sk) in sock_needs_netstamp()
472 static void sock_disable_timestamp(struct sock *sk, unsigned long flags) in sock_disable_timestamp()
483 int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in __sock_queue_rcv_skb()
[all …]
/kernel/linux/linux-6.6/include/net/
Dsock.h82 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \ argument
87 void SOCK_DEBUG(const struct sock *sk, const char *msg, ...) in SOCK_DEBUG()
581 static inline bool sk_user_data_is_nocopy(const struct sock *sk) in sk_user_data_is_nocopy()
586 #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data))) argument
599 __locked_read_sk_user_data_with_flags(const struct sock *sk, in __locked_read_sk_user_data_with_flags()
622 __rcu_dereference_sk_user_data_with_flags(const struct sock *sk, in __rcu_dereference_sk_user_data_with_flags()
634 #define rcu_dereference_sk_user_data(sk) \ argument
636 #define __rcu_assign_sk_user_data_with_flags(sk, ptr, flags) \ argument
645 #define rcu_assign_sk_user_data(sk, ptr) \ argument
649 struct net *sock_net(const struct sock *sk) in sock_net()
[all …]
/kernel/linux/linux-5.10/net/core/
Dsock.c157 bool sk_ns_capable(const struct sock *sk, in sk_ns_capable()
174 bool sk_capable(const struct sock *sk, int cap) in sk_capable()
189 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable()
293 void sk_set_memalloc(struct sock *sk) in sk_set_memalloc()
301 void sk_clear_memalloc(struct sock *sk) in sk_clear_memalloc()
318 int __sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in __sk_backlog_rcv()
416 static bool sock_needs_netstamp(const struct sock *sk) in sock_needs_netstamp()
427 static void sock_disable_timestamp(struct sock *sk, unsigned long flags) in sock_disable_timestamp()
438 int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in __sock_queue_rcv_skb()
473 int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in sock_queue_rcv_skb()
[all …]
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip.c414 static void tcp_nip_push(struct sock *sk, int flags, int mss_now, in tcp_nip_push()
451 static int tcp_nip_close_state(struct sock *sk) in tcp_nip_close_state()
466 void sk_nip_stream_kill_queues(struct sock *sk) in sk_nip_stream_kill_queues()
480 void tcp_nip_shutdown(struct sock *sk, int how) in tcp_nip_shutdown()
495 void tcp_nip_close(struct sock *sk, long timeout) in tcp_nip_close()
613 static struct dst_entry *tcp_nip_route_req(const struct sock *sk, in tcp_nip_route_req()
634 static int tcp_nip_connect(struct sock *sk, struct sockaddr *uaddr, in tcp_nip_connect()
743 static void tcp_nip_send_reset(struct sock *sk, struct sk_buff *skb) in tcp_nip_send_reset()
774 static int tcp_nip_send_synack(const struct sock *sk, struct dst_entry *dst, in tcp_nip_send_synack()
800 static void tcp_nip_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb, in tcp_nip_reqsk_send_ack()
[all …]
/kernel/linux/linux-6.6/net/x25/
Dx25_timer.c27 void x25_init_timers(struct sock *sk) in x25_init_timers()
37 void x25_start_heartbeat(struct sock *sk) in x25_start_heartbeat()
42 void x25_stop_heartbeat(struct sock *sk) in x25_stop_heartbeat()
47 void x25_start_t2timer(struct sock *sk) in x25_start_t2timer()
54 void x25_start_t21timer(struct sock *sk) in x25_start_t21timer()
61 void x25_start_t22timer(struct sock *sk) in x25_start_t22timer()
68 void x25_start_t23timer(struct sock *sk) in x25_start_t23timer()
75 void x25_stop_timer(struct sock *sk) in x25_stop_timer()
80 unsigned long x25_display_timer(struct sock *sk) in x25_display_timer()
92 struct sock *sk = from_timer(sk, t, sk_timer); in x25_heartbeat_expiry() local
[all …]
/kernel/linux/linux-5.10/net/x25/
Dx25_timer.c27 void x25_init_timers(struct sock *sk) in x25_init_timers()
37 void x25_start_heartbeat(struct sock *sk) in x25_start_heartbeat()
42 void x25_stop_heartbeat(struct sock *sk) in x25_stop_heartbeat()
47 void x25_start_t2timer(struct sock *sk) in x25_start_t2timer()
54 void x25_start_t21timer(struct sock *sk) in x25_start_t21timer()
61 void x25_start_t22timer(struct sock *sk) in x25_start_t22timer()
68 void x25_start_t23timer(struct sock *sk) in x25_start_t23timer()
75 void x25_stop_timer(struct sock *sk) in x25_stop_timer()
80 unsigned long x25_display_timer(struct sock *sk) in x25_display_timer()
92 struct sock *sk = from_timer(sk, t, sk_timer); in x25_heartbeat_expiry() local
[all …]
/kernel/linux/linux-5.10/include/net/
Dsock.h84 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \ argument
89 void SOCK_DEBUG(const struct sock *sk, const char *msg, ...) in SOCK_DEBUG()
565 static inline bool sk_user_data_is_nocopy(const struct sock *sk) in sk_user_data_is_nocopy()
570 #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data))) argument
581 __rcu_dereference_sk_user_data_with_flags(const struct sock *sk, in __rcu_dereference_sk_user_data_with_flags()
593 #define rcu_dereference_sk_user_data(sk) \ argument
595 #define __rcu_assign_sk_user_data_with_flags(sk, ptr, flags) \ argument
604 #define rcu_assign_sk_user_data(sk, ptr) \ argument
620 static inline int sk_peek_offset(struct sock *sk, int flags) in sk_peek_offset()
629 static inline void sk_peek_offset_bwd(struct sock *sk, int val) in sk_peek_offset_bwd()
[all …]
/kernel/linux/linux-6.6/net/rose/
Drose_timer.c32 void rose_start_heartbeat(struct sock *sk) in rose_start_heartbeat()
42 void rose_start_t1timer(struct sock *sk) in rose_start_t1timer()
54 void rose_start_t2timer(struct sock *sk) in rose_start_t2timer()
66 void rose_start_t3timer(struct sock *sk) in rose_start_t3timer()
78 void rose_start_hbtimer(struct sock *sk) in rose_start_hbtimer()
90 void rose_start_idletimer(struct sock *sk) in rose_start_idletimer()
104 void rose_stop_heartbeat(struct sock *sk) in rose_stop_heartbeat()
109 void rose_stop_timer(struct sock *sk) in rose_stop_timer()
114 void rose_stop_idletimer(struct sock *sk) in rose_stop_idletimer()
121 struct sock *sk = from_timer(sk, t, sk_timer); in rose_heartbeat_expiry() local
[all …]
/kernel/linux/linux-5.10/net/rose/
Drose_timer.c32 void rose_start_heartbeat(struct sock *sk) in rose_start_heartbeat()
42 void rose_start_t1timer(struct sock *sk) in rose_start_t1timer()
54 void rose_start_t2timer(struct sock *sk) in rose_start_t2timer()
66 void rose_start_t3timer(struct sock *sk) in rose_start_t3timer()
78 void rose_start_hbtimer(struct sock *sk) in rose_start_hbtimer()
90 void rose_start_idletimer(struct sock *sk) in rose_start_idletimer()
104 void rose_stop_heartbeat(struct sock *sk) in rose_stop_heartbeat()
109 void rose_stop_timer(struct sock *sk) in rose_stop_timer()
114 void rose_stop_idletimer(struct sock *sk) in rose_stop_idletimer()
121 struct sock *sk = from_timer(sk, t, sk_timer); in rose_heartbeat_expiry() local
[all …]
/kernel/linux/linux-5.10/net/dccp/
Dqpolicy.c15 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push()
20 static bool qpolicy_simple_full(struct sock *sk) in qpolicy_simple_full()
26 static struct sk_buff *qpolicy_simple_top(struct sock *sk) in qpolicy_simple_top()
36 static struct sk_buff *qpolicy_prio_best_skb(struct sock *sk) in qpolicy_prio_best_skb()
46 static struct sk_buff *qpolicy_prio_worst_skb(struct sock *sk) in qpolicy_prio_worst_skb()
56 static bool qpolicy_prio_full(struct sock *sk) in qpolicy_prio_full()
93 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push()
98 bool dccp_qpolicy_full(struct sock *sk) in dccp_qpolicy_full()
103 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_drop()
111 struct sk_buff *dccp_qpolicy_top(struct sock *sk) in dccp_qpolicy_top()
[all …]
/kernel/linux/linux-6.6/net/dccp/
Dqpolicy.c15 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push()
20 static bool qpolicy_simple_full(struct sock *sk) in qpolicy_simple_full()
26 static struct sk_buff *qpolicy_simple_top(struct sock *sk) in qpolicy_simple_top()
36 static struct sk_buff *qpolicy_prio_best_skb(struct sock *sk) in qpolicy_prio_best_skb()
46 static struct sk_buff *qpolicy_prio_worst_skb(struct sock *sk) in qpolicy_prio_worst_skb()
56 static bool qpolicy_prio_full(struct sock *sk) in qpolicy_prio_full()
95 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push()
100 bool dccp_qpolicy_full(struct sock *sk) in dccp_qpolicy_full()
105 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_drop()
113 struct sk_buff *dccp_qpolicy_top(struct sock *sk) in dccp_qpolicy_top()
[all …]
/kernel/linux/linux-6.6/net/mptcp/
Dprotocol.c58 static bool mptcp_is_tcpsk(struct sock *sk) in mptcp_is_tcpsk()
85 struct sock *sk = (struct sock *)msk; in __mptcp_socket_create() local
114 struct sock *sk = (struct sock *)msk; in __mptcp_nmpc_sk() local
131 static void mptcp_drop(struct sock *sk, struct sk_buff *skb) in mptcp_drop()
137 static void mptcp_rmem_fwd_alloc_add(struct sock *sk, int size) in mptcp_rmem_fwd_alloc_add()
143 static void mptcp_rmem_charge(struct sock *sk, int size) in mptcp_rmem_charge()
148 static bool mptcp_try_coalesce(struct sock *sk, struct sk_buff *to, in mptcp_try_coalesce()
183 static void __mptcp_rmem_reclaim(struct sock *sk, int amount) in __mptcp_rmem_reclaim()
190 static void mptcp_rmem_uncharge(struct sock *sk, int size) in mptcp_rmem_uncharge()
206 struct sock *sk = skb->sk; in mptcp_rfree() local
[all …]
/kernel/linux/linux-6.6/net/iucv/
Daf_iucv.c56 #define __iucv_sock_wait(sk, condition, timeo, ret) \ argument
81 #define iucv_sock_wait(sk, condition, timeo) \ argument
150 static int iucv_sock_in_state(struct sock *sk, int state, int state2) in iucv_sock_in_state()
163 static inline int iucv_below_msglim(struct sock *sk) in iucv_below_msglim()
179 static void iucv_sock_wake_msglim(struct sock *sk) in iucv_sock_wake_msglim()
267 struct sock *sk; in __iucv_get_sock_by_name() local
276 static void iucv_sock_destruct(struct sock *sk) in iucv_sock_destruct()
295 struct sock *sk; in iucv_sock_cleanup_listen() local
306 static void iucv_sock_link(struct iucv_sock_list *l, struct sock *sk) in iucv_sock_link()
313 static void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *sk) in iucv_sock_unlink()
[all …]
/kernel/linux/linux-6.6/net/ipv4/
Dtcp_timer.c26 static u32 tcp_clamp_rto_to_user_timeout(const struct sock *sk) in tcp_clamp_rto_to_user_timeout()
44 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when) in tcp_clamp_probe0_to_user_timeout()
70 static void tcp_write_err(struct sock *sk) in tcp_write_err()
104 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources()
146 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries()
162 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
184 static unsigned int tcp_model_timeout(struct sock *sk, in tcp_model_timeout()
211 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
233 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
298 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler()
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_timer.c26 static u32 tcp_clamp_rto_to_user_timeout(const struct sock *sk) in tcp_clamp_rto_to_user_timeout()
43 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when) in tcp_clamp_probe0_to_user_timeout()
68 static void tcp_write_err(struct sock *sk) in tcp_write_err()
102 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources()
144 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries()
160 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
182 static unsigned int tcp_model_timeout(struct sock *sk, in tcp_model_timeout()
209 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
231 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
290 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler()
[all …]
/kernel/linux/linux-6.6/net/bluetooth/
Diso.c30 struct sock *sk; member
46 #define iso_pi(sk) ((struct iso_pinfo *)sk) argument
97 struct sock *sk; in iso_sock_timeout() local
117 static void iso_sock_set_timer(struct sock *sk, long timeout) in iso_sock_set_timer()
127 static void iso_sock_clear_timer(struct sock *sk) in iso_sock_clear_timer()
164 static void iso_chan_del(struct sock *sk, int err) in iso_chan_del()
197 static bool iso_match_conn_sync_handle(struct sock *sk, void *data) in iso_match_conn_sync_handle()
210 struct sock *sk; in iso_conn_del() local
259 static int __iso_chan_add(struct iso_conn *conn, struct sock *sk, in __iso_chan_add()
281 static int iso_chan_add(struct iso_conn *conn, struct sock *sk, in iso_chan_add()
[all …]
/kernel/linux/linux-6.6/net/sctp/
Dsocket.c100 static void sctp_enter_memory_pressure(struct sock *sk) in sctp_enter_memory_pressure()
109 struct sock *sk = asoc->base.sk; in sctp_wspace() local
127 struct sock *sk = asoc->base.sk; in sctp_set_owner_w() local
192 static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk, in sctp_for_each_rx_skb()
209 static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr, in sctp_verify_addr()
232 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
269 static struct sctp_transport *sctp_addr_id2transport(struct sock *sk, in sctp_addr_id2transport()
308 static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len) in sctp_bind()
375 static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind()
504 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_add()
[all …]
/kernel/linux/linux-6.6/net/ieee802154/
Dsocket.c82 struct sock *sk = sock->sk; in ieee802154_sock_release() local
94 struct sock *sk = sock->sk; in ieee802154_sock_sendmsg() local
102 struct sock *sk = sock->sk; in ieee802154_sock_bind() local
113 struct sock *sk = sock->sk; in ieee802154_sock_connect() local
124 static int ieee802154_dev_ioctl(struct sock *sk, struct ifreq __user *arg, in ieee802154_dev_ioctl()
155 struct sock *sk = sock->sk; in ieee802154_sock_ioctl() local
173 static int raw_hash(struct sock *sk) in raw_hash()
183 static void raw_unhash(struct sock *sk) in raw_unhash()
191 static void raw_close(struct sock *sk, long timeout) in raw_close()
196 static int raw_bind(struct sock *sk, struct sockaddr *_uaddr, int len) in raw_bind()
[all …]
/kernel/linux/linux-5.10/net/bluetooth/
Dsco.c49 struct sock *sk; member
63 #define sco_pi(sk) ((struct sco_pinfo *) sk) argument
83 struct sock *sk; in sco_sock_timeout() local
108 static void sco_sock_set_timer(struct sock *sk, long timeout) in sco_sock_set_timer()
118 static void sco_sock_clear_timer(struct sock *sk) in sco_sock_clear_timer()
158 static void sco_chan_del(struct sock *sk, int err) in sco_chan_del()
186 struct sock *sk; in sco_conn_del() local
214 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, in __sco_chan_add()
226 static int sco_chan_add(struct sco_conn *conn, struct sock *sk, in sco_chan_add()
241 static int sco_connect(struct hci_dev *hdev, struct sock *sk) in sco_connect()
[all …]

12345678910>>...51