| /Linux-v5.4/net/llc/ | 
| D | llc_c_ev.c | 75 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 …]
 
 | 
| D | llc_c_ac.c | 45 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 …]
 
 | 
| /Linux-v5.4/net/netrom/ | 
| D | nr_timer.c | 35 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 …]
 
 | 
| /Linux-v5.4/net/x25/ | 
| D | x25_timer.c | 27 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 …]
 
 | 
| /Linux-v5.4/net/rose/ | 
| D | rose_timer.c | 32 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 …]
 
 | 
| /Linux-v5.4/include/net/ | 
| D | sock.h | 81 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \  argument86 void SOCK_DEBUG(const struct sock *sk, const char *msg, ...)  in SOCK_DEBUG()
 522 #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data)))  argument
 524 #define rcu_dereference_sk_user_data(sk)	rcu_dereference(__sk_user_data((sk)))  argument
 525 #define rcu_assign_sk_user_data(sk, ptr)	rcu_assign_pointer(__sk_user_data((sk)), ptr)  argument
 540 static inline int sk_peek_offset(struct sock *sk, int flags)  in sk_peek_offset()
 549 static inline void sk_peek_offset_bwd(struct sock *sk, int val)  in sk_peek_offset_bwd()
 559 static inline void sk_peek_offset_fwd(struct sock *sk, int val)  in sk_peek_offset_fwd()
 592 static inline struct sock *sk_next(const struct sock *sk)  in sk_next()
 597 static inline struct sock *sk_nulls_next(const struct sock *sk)  in sk_nulls_next()
 [all …]
 
 | 
| /Linux-v5.4/net/tls/ | 
| D | tls_main.c | 68 static void update_sk_prot(struct sock *sk, struct tls_context *ctx)  in update_sk_prot()75 int wait_on_pending_writer(struct sock *sk, long *timeo)  in wait_on_pending_writer()
 99 int tls_push_sg(struct sock *sk,  in tls_push_sg()
 154 static int tls_handle_open_record(struct sock *sk, int flags)  in tls_handle_open_record()
 164 int tls_proccess_cmsg(struct sock *sk, struct msghdr *msg,  in tls_proccess_cmsg()
 199 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx,  in tls_push_partial_record()
 212 bool tls_free_partial_record(struct sock *sk, struct tls_context *ctx)  in tls_free_partial_record()
 232 static void tls_write_space(struct sock *sk)  in tls_write_space()
 263 void tls_ctx_free(struct sock *sk, struct tls_context *ctx)  in tls_ctx_free()
 278 static void tls_sk_proto_cleanup(struct sock *sk,  in tls_sk_proto_cleanup()
 [all …]
 
 | 
| /Linux-v5.4/net/core/ | 
| D | sock.c | 156 bool sk_ns_capable(const struct sock *sk,  in sk_ns_capable()173 bool sk_capable(const struct sock *sk, int cap)  in sk_capable()
 188 bool sk_net_capable(const struct sock *sk, int cap)  in sk_net_capable()
 292 void sk_set_memalloc(struct sock *sk)  in sk_set_memalloc()
 300 void sk_clear_memalloc(struct sock *sk)  in sk_clear_memalloc()
 317 int __sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)  in __sk_backlog_rcv()
 429 static bool sock_needs_netstamp(const struct sock *sk)  in sock_needs_netstamp()
 440 static void sock_disable_timestamp(struct sock *sk, unsigned long flags)  in sock_disable_timestamp()
 451 int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)  in __sock_queue_rcv_skb()
 486 int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)  in sock_queue_rcv_skb()
 [all …]
 
 | 
| /Linux-v5.4/net/dccp/ | 
| D | qpolicy.c | 15 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 …]
 
 | 
| D | output.c | 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 *sk)  in dccp_write_xmit()
 377 int dccp_retransmit_skb(struct sock *sk)  in dccp_retransmit_skb()
 [all …]
 
 | 
| D | proto.c | 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 static void dccp_sk_destruct(struct sock *sk)  in dccp_sk_destruct()
 183 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized)  in dccp_init_sock()
 211 void dccp_destroy_sock(struct sock *sk)  in dccp_destroy_sock()
 241 static inline int dccp_listen_start(struct sock *sk, int backlog)  in dccp_listen_start()
 258 int dccp_disconnect(struct sock *sk, int flags)  in dccp_disconnect()
 322 	struct sock *sk = sock->sk;  in dccp_poll()  local
 368 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg)  in dccp_ioctl()
 [all …]
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_timer.c | 26 static u32 tcp_clamp_rto_to_user_timeout(const struct sock *sk)  in tcp_clamp_rto_to_user_timeout()50 static void tcp_write_err(struct sock *sk)  in tcp_write_err()
 84 static int tcp_out_of_resources(struct sock *sk, bool do_reset)  in tcp_out_of_resources()
 126 static int tcp_orphan_retries(struct sock *sk, bool alive)  in tcp_orphan_retries()
 142 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk)  in tcp_mtu_probing()
 164 static unsigned int tcp_model_timeout(struct sock *sk,  in tcp_model_timeout()
 191 static bool retransmits_timed_out(struct sock *sk,  in retransmits_timed_out()
 213 static int tcp_write_timeout(struct sock *sk)  in tcp_write_timeout()
 271 void tcp_delack_timer_handler(struct sock *sk)  in tcp_delack_timer_handler()
 322 	struct sock *sk = &icsk->icsk_inet.sk;  in tcp_delack_timer()  local
 [all …]
 
 | 
| D | tcp_bbr.c | 205 static bool bbr_full_bw_reached(const struct sock *sk)  in bbr_full_bw_reached()213 static u32 bbr_max_bw(const struct sock *sk)  in bbr_max_bw()
 221 static u32 bbr_bw(const struct sock *sk)  in bbr_bw()
 231 static u16 bbr_extra_acked(const struct sock *sk)  in bbr_extra_acked()
 242 static u64 bbr_rate_bytes_per_sec(struct sock *sk, u64 rate, int gain)  in bbr_rate_bytes_per_sec()
 254 static unsigned long bbr_bw_to_pacing_rate(struct sock *sk, u32 bw, int gain)  in bbr_bw_to_pacing_rate()
 264 static void bbr_init_pacing_rate_from_rtt(struct sock *sk)  in bbr_init_pacing_rate_from_rtt()
 283 static void bbr_set_pacing_rate(struct sock *sk, u32 bw, int gain)  in bbr_set_pacing_rate()
 296 static u32 bbr_min_tso_segs(struct sock *sk)  in bbr_min_tso_segs()
 301 static u32 bbr_tso_segs_goal(struct sock *sk)  in bbr_tso_segs_goal()
 [all …]
 
 | 
| D | tcp_input.c | 119 			     void (*cad)(struct sock *sk, u32 ack_seq))  in clean_acked_data_enable()140 static void tcp_gro_dev_warn(struct sock *sk, const struct sk_buff *skb,  in tcp_gro_dev_warn()
 162 static void tcp_measure_rcv_mss(struct sock *sk, const struct sk_buff *skb)  in tcp_measure_rcv_mss()
 213 static void tcp_incr_quickack(struct sock *sk, unsigned int max_quickacks)  in tcp_incr_quickack()
 225 void tcp_enter_quickack_mode(struct sock *sk, unsigned int max_quickacks)  in tcp_enter_quickack_mode()
 239 static bool tcp_in_quickack_mode(struct sock *sk)  in tcp_in_quickack_mode()
 254 static void tcp_ecn_accept_cwr(struct sock *sk, const struct sk_buff *skb)  in tcp_ecn_accept_cwr()
 272 static void __tcp_ecn_check_ce(struct sock *sk, const struct sk_buff *skb)  in __tcp_ecn_check_ce()
 304 static void tcp_ecn_check_ce(struct sock *sk, const struct sk_buff *skb)  in tcp_ecn_check_ce()
 334 static void tcp_sndbuf_expand(struct sock *sk)  in tcp_sndbuf_expand()
 [all …]
 
 | 
| /Linux-v5.4/net/bluetooth/ | 
| D | sco.c | 49 	struct sock	*sk;  member61 #define sco_pi(sk) ((struct sco_pinfo *) sk)  argument
 78 	struct sock *sk = from_timer(sk, t, sk_timer);  in sco_sock_timeout()  local
 91 static void sco_sock_set_timer(struct sock *sk, long timeout)  in sco_sock_set_timer()
 97 static void sco_sock_clear_timer(struct sock *sk)  in sco_sock_clear_timer()
 133 static void sco_chan_del(struct sock *sk, int err)  in sco_chan_del()
 161 	struct sock *sk;  in sco_conn_del()  local
 187 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk,  in __sco_chan_add()
 199 static int sco_chan_add(struct sco_conn *conn, struct sock *sk,  in sco_chan_add()
 214 static int sco_connect(struct sock *sk)  in sco_connect()
 [all …]
 
 | 
| D | l2cap_sock.c | 83 	struct sock *sk = sock->sk;  in l2cap_sock_bind()  local178 	struct sock *sk = sock->sk;  in l2cap_sock_connect()  local
 255 	struct sock *sk = sock->sk;  in l2cap_sock_listen()  local
 308 	struct sock *sk = sock->sk, *nsk;  in l2cap_sock_accept()  local
 364 	struct sock *sk = sock->sk;  in l2cap_sock_getname()  local
 395 	struct sock *sk = sock->sk;  in l2cap_sock_getsockopt_old()  local
 498 	struct sock *sk = sock->sk;  in l2cap_sock_getsockopt()  local
 634 	struct sock *sk = sock->sk;  in l2cap_sock_setsockopt_old()  local
 746 	struct sock *sk = sock->sk;  in l2cap_sock_setsockopt()  local
 954 	struct sock *sk = sock->sk;  in l2cap_sock_sendmsg()  local
 [all …]
 
 | 
| /Linux-v5.4/net/iucv/ | 
| D | af_iucv.c | 55 #define __iucv_sock_wait(sk, condition, timeo, ret)			\  argument80 #define iucv_sock_wait(sk, condition, timeo)				\  argument
 154 	struct sock *sk;  in afiucv_pm_freeze()  local
 190 	struct sock *sk;  in afiucv_pm_restore_thaw()  local
 273 static int iucv_sock_in_state(struct sock *sk, int state, int state2)  in iucv_sock_in_state()
 286 static inline int iucv_below_msglim(struct sock *sk)  in iucv_below_msglim()
 302 static void iucv_sock_wake_msglim(struct sock *sk)  in iucv_sock_wake_msglim()
 397 	struct sock *sk;  in __iucv_get_sock_by_name()  local
 406 static void iucv_sock_destruct(struct sock *sk)  in iucv_sock_destruct()
 427 	struct sock *sk;  in iucv_sock_cleanup_listen()  local
 [all …]
 
 | 
| /Linux-v5.4/net/vmw_vsock/ | 
| D | vmci_transport_notify_qstate.c | 73 vmci_transport_handle_read(struct sock *sk,  in vmci_transport_handle_read()82 vmci_transport_handle_wrote(struct sock *sk,  in vmci_transport_handle_wrote()
 90 static void vsock_block_update_write_window(struct sock *sk)  in vsock_block_update_write_window()
 100 static int vmci_transport_send_read_notification(struct sock *sk)  in vmci_transport_send_read_notification()
 140 static void vmci_transport_notify_pkt_socket_init(struct sock *sk)  in vmci_transport_notify_pkt_socket_init()
 159 vmci_transport_notify_pkt_poll_in(struct sock *sk,  in vmci_transport_notify_pkt_poll_in()
 180 vmci_transport_notify_pkt_poll_out(struct sock *sk,  in vmci_transport_notify_pkt_poll_out()
 202 				struct sock *sk,  in vmci_transport_notify_pkt_recv_init()
 234 				struct sock *sk,  in vmci_transport_notify_pkt_recv_pre_block()
 254 				struct sock *sk,  in vmci_transport_notify_pkt_recv_post_dequeue()
 [all …]
 
 | 
| D | vmci_transport_notify.c | 105 vmci_transport_handle_waiting_read(struct sock *sk,  in vmci_transport_handle_waiting_read()135 vmci_transport_handle_waiting_write(struct sock *sk,  in vmci_transport_handle_waiting_write()
 165 vmci_transport_handle_read(struct sock *sk,  in vmci_transport_handle_read()
 180 static bool send_waiting_read(struct sock *sk, u64 room_needed)  in send_waiting_read()
 222 static bool send_waiting_write(struct sock *sk, u64 room_needed)  in send_waiting_write()
 259 static int vmci_transport_send_read_notification(struct sock *sk)  in vmci_transport_send_read_notification()
 301 vmci_transport_handle_wrote(struct sock *sk,  in vmci_transport_handle_wrote()
 313 static void vmci_transport_notify_pkt_socket_init(struct sock *sk)  in vmci_transport_notify_pkt_socket_init()
 338 vmci_transport_notify_pkt_poll_in(struct sock *sk,  in vmci_transport_notify_pkt_poll_in()
 362 vmci_transport_notify_pkt_poll_out(struct sock *sk,  in vmci_transport_notify_pkt_poll_out()
 [all …]
 
 | 
| /Linux-v5.4/net/sctp/ | 
| D | socket.c | 98 static void sctp_enter_memory_pressure(struct sock *sk)  in sctp_enter_memory_pressure()107 	struct sock *sk = asoc->base.sk;  in sctp_wspace()  local
 125 	struct sock *sk = asoc->base.sk;  in sctp_set_owner_w()  local
 175 static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk,  in sctp_for_each_rx_skb()
 192 static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr,  in sctp_verify_addr()
 215 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id)  in sctp_id2assoc()
 252 static struct sctp_transport *sctp_addr_id2transport(struct sock *sk,  in sctp_addr_id2transport()
 291 static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len)  in sctp_bind()
 346 static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len)  in sctp_do_bind()
 474 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt)  in sctp_bindx_add()
 [all …]
 
 | 
| /Linux-v5.4/net/ieee802154/ | 
| D | socket.c | 83 	struct sock *sk = sock->sk;  in ieee802154_sock_release()  local95 	struct sock *sk = sock->sk;  in ieee802154_sock_sendmsg()  local
 103 	struct sock *sk = sock->sk;  in ieee802154_sock_bind()  local
 114 	struct sock *sk = sock->sk;  in ieee802154_sock_connect()  local
 125 static int ieee802154_dev_ioctl(struct sock *sk, struct ifreq __user *arg,  in ieee802154_dev_ioctl()
 156 	struct sock *sk = sock->sk;  in ieee802154_sock_ioctl()  local
 174 static int raw_hash(struct sock *sk)  in raw_hash()
 184 static void raw_unhash(struct sock *sk)  in raw_unhash()
 192 static void raw_close(struct sock *sk, long timeout)  in raw_close()
 197 static int raw_bind(struct sock *sk, struct sockaddr *_uaddr, int len)  in raw_bind()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | bpf-cgroup.h | 168 #define BPF_CGROUP_RUN_PROG_INET_INGRESS(sk, skb)			      \  argument178 #define BPF_CGROUP_RUN_PROG_INET_EGRESS(sk, skb)			       \  argument
 190 #define BPF_CGROUP_RUN_SK_PROG(sk, type)				       \  argument
 199 #define BPF_CGROUP_RUN_PROG_INET_SOCK(sk)				       \  argument
 202 #define BPF_CGROUP_RUN_PROG_INET4_POST_BIND(sk)				       \  argument
 205 #define BPF_CGROUP_RUN_PROG_INET6_POST_BIND(sk)				       \  argument
 208 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, type)				       \  argument
 217 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, type, t_ctx)		       \  argument
 229 #define BPF_CGROUP_RUN_PROG_INET4_BIND(sk, uaddr)			       \  argument
 232 #define BPF_CGROUP_RUN_PROG_INET6_BIND(sk, uaddr)			       \  argument
 [all …]
 
 | 
| /Linux-v5.4/net/bluetooth/rfcomm/ | 
| D | sock.c | 52 	struct sock *sk = d->owner;  in rfcomm_sk_data_ready()  local66 	struct sock *sk = d->owner, *parent;  in rfcomm_sk_state_change()  local
 111 	struct sock *sk = NULL;  in __rfcomm_get_listen_sock_by_addr()  local
 132 	struct sock *sk = NULL, *sk1 = NULL;  in rfcomm_get_sock_by_channel()  local
 156 static void rfcomm_sock_destruct(struct sock *sk)  in rfcomm_sock_destruct()
 178 	struct sock *sk;  in rfcomm_sock_cleanup_listen()  local
 195 static void rfcomm_sock_kill(struct sock *sk)  in rfcomm_sock_kill()
 208 static void __rfcomm_sock_close(struct sock *sk)  in __rfcomm_sock_close()
 235 static void rfcomm_sock_close(struct sock *sk)  in rfcomm_sock_close()
 242 static void rfcomm_sock_init(struct sock *sk, struct sock *parent)  in rfcomm_sock_init()
 [all …]
 
 | 
| /Linux-v5.4/net/dccp/ccids/ | 
| D | ccid2.c | 67 static int ccid2_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb)  in ccid2_hc_tx_send_packet()74 static void ccid2_change_l_ack_ratio(struct sock *sk, u32 val)  in ccid2_change_l_ack_ratio()
 92 static void ccid2_check_l_ack_ratio(struct sock *sk)  in ccid2_check_l_ack_ratio()
 110 static void ccid2_change_l_seq_window(struct sock *sk, u64 val)  in ccid2_change_l_seq_window()
 117 static void dccp_tasklet_schedule(struct sock *sk)  in dccp_tasklet_schedule()
 130 	struct sock *sk = hc->sk;  in ccid2_hc_tx_rto_expire()  local
 195 static void ccid2_cwnd_application_limited(struct sock *sk, const u32 now)  in ccid2_cwnd_application_limited()
 214 static void ccid2_cwnd_restart(struct sock *sk, const u32 now)  in ccid2_cwnd_restart()
 235 static void ccid2_hc_tx_packet_sent(struct sock *sk, unsigned int len)  in ccid2_hc_tx_packet_sent()
 359 static void ccid2_rtt_estimator(struct sock *sk, const long mrtt)  in ccid2_rtt_estimator()
 [all …]
 
 | 
| /Linux-v5.4/net/phonet/ | 
| D | pep.c | 69 static struct sk_buff *pep_alloc_skb(struct sock *sk, const void *payload,  in pep_alloc_skb()85 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code,  in pep_reply()
 107 static int pep_indicate(struct sock *sk, u8 id, u8 code,  in pep_indicate()
 128 static int pipe_handler_request(struct sock *sk, u8 id, u8 code,  in pipe_handler_request()
 147 static int pipe_handler_send_created_ind(struct sock *sk)  in pipe_handler_send_created_ind()
 159 static int pep_accept_conn(struct sock *sk, struct sk_buff *skb)  in pep_accept_conn()
 180 static int pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code,  in pep_reject_conn()
 190 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code,  in pep_ctrlreq_error()
 217 static int pipe_snd_status(struct sock *sk, u8 type, u8 status, gfp_t priority)  in pipe_snd_status()
 227 static void pipe_grant_credits(struct sock *sk, gfp_t priority)  in pipe_grant_credits()
 [all …]
 
 |