Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
Dllc_conn.c59 int llc_conn_state_process(struct sock *sk, struct sk_buff *skb) in llc_conn_state_process()
196 void llc_conn_send_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_send_pdu()
212 void llc_conn_rtn_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_rtn_pdu()
229 void llc_conn_resend_i_pdu_as_cmd(struct sock *sk, u8 nr, u8 first_p_bit) in llc_conn_resend_i_pdu_as_cmd()
272 void llc_conn_resend_i_pdu_as_rsp(struct sock *sk, u8 nr, u8 first_f_bit) in llc_conn_resend_i_pdu_as_rsp()
312 int llc_conn_remove_acked_pdus(struct sock *sk, u8 nr, u16 *how_many_unacked) in llc_conn_remove_acked_pdus()
346 static void llc_conn_send_pdus(struct sock *sk) in llc_conn_send_pdus()
375 static int llc_conn_service(struct sock *sk, struct sk_buff *skb) in llc_conn_service()
405 static struct llc_conn_state_trans *llc_qualify_conn_ev(struct sock *sk, in llc_qualify_conn_ev()
452 static int llc_exec_conn_trans_actions(struct sock *sk, in llc_exec_conn_trans_actions()
[all …]
/net/netrom/
Dnr_timer.c38 void nr_init_timers(struct sock *sk) in nr_init_timers()
52 void nr_start_t1timer(struct sock *sk) in nr_start_t1timer()
59 void nr_start_t2timer(struct sock *sk) in nr_start_t2timer()
66 void nr_start_t4timer(struct sock *sk) in nr_start_t4timer()
73 void nr_start_idletimer(struct sock *sk) in nr_start_idletimer()
81 void nr_start_heartbeat(struct sock *sk) in nr_start_heartbeat()
86 void nr_stop_t1timer(struct sock *sk) in nr_stop_t1timer()
91 void nr_stop_t2timer(struct sock *sk) in nr_stop_t2timer()
96 void nr_stop_t4timer(struct sock *sk) in nr_stop_t4timer()
101 void nr_stop_idletimer(struct sock *sk) in nr_stop_idletimer()
[all …]
/net/x25/
Dx25_timer.c32 void x25_init_timers(struct sock *sk) in x25_init_timers()
43 void x25_start_heartbeat(struct sock *sk) in x25_start_heartbeat()
48 void x25_stop_heartbeat(struct sock *sk) in x25_stop_heartbeat()
53 void x25_start_t2timer(struct sock *sk) in x25_start_t2timer()
60 void x25_start_t21timer(struct sock *sk) in x25_start_t21timer()
67 void x25_start_t22timer(struct sock *sk) in x25_start_t22timer()
74 void x25_start_t23timer(struct sock *sk) in x25_start_t23timer()
81 void x25_stop_timer(struct sock *sk) in x25_stop_timer()
86 unsigned long x25_display_timer(struct sock *sk) in x25_display_timer()
98 struct sock *sk = (struct sock *)param; in x25_heartbeat_expiry() local
[all …]
/net/rose/
Drose_timer.c35 void rose_start_heartbeat(struct sock *sk) in rose_start_heartbeat()
46 void rose_start_t1timer(struct sock *sk) in rose_start_t1timer()
59 void rose_start_t2timer(struct sock *sk) in rose_start_t2timer()
72 void rose_start_t3timer(struct sock *sk) in rose_start_t3timer()
85 void rose_start_hbtimer(struct sock *sk) in rose_start_hbtimer()
98 void rose_start_idletimer(struct sock *sk) in rose_start_idletimer()
113 void rose_stop_heartbeat(struct sock *sk) in rose_stop_heartbeat()
118 void rose_stop_timer(struct sock *sk) in rose_stop_timer()
123 void rose_stop_idletimer(struct sock *sk) in rose_stop_idletimer()
130 struct sock *sk = (struct sock *)param; in rose_heartbeat_expiry() local
[all …]
/net/dccp/
Dqpolicy.c18 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push()
23 static bool qpolicy_simple_full(struct sock *sk) in qpolicy_simple_full()
29 static struct sk_buff *qpolicy_simple_top(struct sock *sk) in qpolicy_simple_top()
39 static struct sk_buff *qpolicy_prio_best_skb(struct sock *sk) in qpolicy_prio_best_skb()
49 static struct sk_buff *qpolicy_prio_worst_skb(struct sock *sk) in qpolicy_prio_worst_skb()
59 static bool qpolicy_prio_full(struct sock *sk) in qpolicy_prio_full()
96 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push()
101 bool dccp_qpolicy_full(struct sock *sk) in dccp_qpolicy_full()
106 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_drop()
114 struct sk_buff *dccp_qpolicy_top(struct sock *sk) in dccp_qpolicy_top()
[all …]
Doutput.c25 static inline void dccp_event_ack_sent(struct sock *sk) in dccp_event_ack_sent()
31 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb) in dccp_skb_entail()
45 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb) in dccp_transmit_skb()
162 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss()
198 void dccp_write_space(struct sock *sk) in dccp_write_space()
220 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) in dccp_wait_for_ccid()
244 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
307 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
346 void dccp_write_xmit(struct sock *sk) in dccp_write_xmit()
380 int dccp_retransmit_skb(struct sock *sk) in dccp_retransmit_skb()
[all …]
Dinput.c26 static void dccp_enqueue_skb(struct sock *sk, struct sk_buff *skb) in dccp_enqueue_skb()
34 static void dccp_fin(struct sock *sk, struct sk_buff *skb) in dccp_fin()
47 static int dccp_rcv_close(struct sock *sk, struct sk_buff *skb) in dccp_rcv_close()
93 static int dccp_rcv_closereq(struct sock *sk, struct sk_buff *skb) in dccp_rcv_closereq()
149 static void dccp_rcv_reset(struct sock *sk, struct sk_buff *skb) in dccp_rcv_reset()
163 static void dccp_handle_ackvec_processing(struct sock *sk, struct sk_buff *skb) in dccp_handle_ackvec_processing()
174 static void dccp_deliver_input_to_ccids(struct sock *sk, struct sk_buff *skb) in dccp_deliver_input_to_ccids()
189 static int dccp_check_seqno(struct sock *sk, struct sk_buff *skb) in dccp_check_seqno()
287 static int __dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in __dccp_rcv_established()
368 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in dccp_rcv_established()
[all …]
Dproto.c78 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()
320 struct sock *sk = sock->sk; in dccp_poll() local
367 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg) in dccp_ioctl()
[all …]
Dtimer.c24 static void dccp_write_err(struct sock *sk) in dccp_write_err()
35 static int dccp_write_timeout(struct sock *sk) in dccp_write_timeout()
87 static void dccp_retransmit_timer(struct sock *sk) in dccp_retransmit_timer()
130 struct sock *sk = (struct sock *)data; in dccp_write_timer() local
167 static void dccp_response_timer(struct sock *sk) in dccp_response_timer()
175 struct sock *sk = (struct sock *)data; in dccp_keepalive_timer() local
197 struct sock *sk = (struct sock *)data; in dccp_delack_timer() local
247 struct sock *sk = (struct sock *)data; in dccp_write_xmitlet() local
263 void dccp_init_xmit_timers(struct sock *sk) in dccp_init_xmit_timers()
/net/ipv4/
Dtcp_timer.c35 static void tcp_write_err(struct sock *sk) in tcp_write_err()
63 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources()
101 static int tcp_orphan_retries(struct sock *sk, int alive) in tcp_orphan_retries()
117 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
142 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
170 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
218 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler()
268 struct sock *sk = (struct sock *)data; in tcp_delack_timer() local
284 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
334 static void tcp_fastopen_synack_timer(struct sock *sk) in tcp_fastopen_synack_timer()
[all …]
Dtcp_input.c129 static void tcp_measure_rcv_mss(struct sock *sk, const struct sk_buff *skb) in tcp_measure_rcv_mss()
175 static void tcp_incr_quickack(struct sock *sk) in tcp_incr_quickack()
186 static void tcp_enter_quickack_mode(struct sock *sk) in tcp_enter_quickack_mode()
198 static inline bool tcp_in_quickack_mode(const struct sock *sk) in tcp_in_quickack_mode()
282 static void tcp_sndbuf_expand(struct sock *sk) in tcp_sndbuf_expand()
337 static int __tcp_grow_window(const struct sock *sk, const struct sk_buff *skb) in __tcp_grow_window()
354 static void tcp_grow_window(struct sock *sk, const struct sk_buff *skb) in tcp_grow_window()
382 static void tcp_fixup_rcvbuf(struct sock *sk) in tcp_fixup_rcvbuf()
403 void tcp_init_buffer_space(struct sock *sk) in tcp_init_buffer_space()
439 static void tcp_clamp_window(struct sock *sk) in tcp_clamp_window()
[all …]
Dtcp_output.c75 static void tcp_event_new_data_sent(struct sock *sk, const struct sk_buff *skb) in tcp_event_new_data_sent()
100 static inline __u32 tcp_acceptable_seq(const struct sock *sk) in tcp_acceptable_seq()
124 static __u16 tcp_advertise_mss(struct sock *sk) in tcp_advertise_mss()
144 static void tcp_cwnd_restart(struct sock *sk, const struct dst_entry *dst) in tcp_cwnd_restart()
165 struct sock *sk) in tcp_event_data_sent()
186 static inline void tcp_event_ack_sent(struct sock *sk, unsigned int pkts) in tcp_event_ack_sent()
272 static u16 tcp_select_window(struct sock *sk) in tcp_select_window()
321 static void tcp_ecn_send_synack(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_synack()
333 static void tcp_ecn_send_syn(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_syn()
349 struct sock *sk) in tcp_ecn_make_synack()
[all …]
/net/vmw_vsock/
Dvmci_transport_notify_qstate.c81 vmci_transport_handle_read(struct sock *sk, in vmci_transport_handle_read()
90 vmci_transport_handle_wrote(struct sock *sk, in vmci_transport_handle_wrote()
98 static void vsock_block_update_write_window(struct sock *sk) in vsock_block_update_write_window()
108 static int vmci_transport_send_read_notification(struct sock *sk) in vmci_transport_send_read_notification()
148 static void vmci_transport_notify_pkt_socket_init(struct sock *sk) in vmci_transport_notify_pkt_socket_init()
167 vmci_transport_notify_pkt_poll_in(struct sock *sk, in vmci_transport_notify_pkt_poll_in()
188 vmci_transport_notify_pkt_poll_out(struct sock *sk, in vmci_transport_notify_pkt_poll_out()
210 struct sock *sk, in vmci_transport_notify_pkt_recv_init()
242 struct sock *sk, in vmci_transport_notify_pkt_recv_pre_block()
262 struct sock *sk, in vmci_transport_notify_pkt_recv_post_dequeue()
[all …]
Dvmci_transport_notify.c113 vmci_transport_handle_waiting_read(struct sock *sk, in vmci_transport_handle_waiting_read()
143 vmci_transport_handle_waiting_write(struct sock *sk, in vmci_transport_handle_waiting_write()
173 vmci_transport_handle_read(struct sock *sk, in vmci_transport_handle_read()
188 static bool send_waiting_read(struct sock *sk, u64 room_needed) in send_waiting_read()
230 static bool send_waiting_write(struct sock *sk, u64 room_needed) in send_waiting_write()
267 static int vmci_transport_send_read_notification(struct sock *sk) in vmci_transport_send_read_notification()
309 vmci_transport_handle_wrote(struct sock *sk, in vmci_transport_handle_wrote()
321 static void vmci_transport_notify_pkt_socket_init(struct sock *sk) in vmci_transport_notify_pkt_socket_init()
346 vmci_transport_notify_pkt_poll_in(struct sock *sk, in vmci_transport_notify_pkt_poll_in()
370 vmci_transport_notify_pkt_poll_out(struct sock *sk, in vmci_transport_notify_pkt_poll_out()
[all …]
/net/iucv/
Daf_iucv.c52 #define __iucv_sock_wait(sk, condition, timeo, ret) \ argument
77 #define iucv_sock_wait(sk, condition, timeo) \ argument
152 struct sock *sk; in afiucv_pm_freeze() local
189 struct sock *sk; in afiucv_pm_restore_thaw() local
272 static int iucv_sock_in_state(struct sock *sk, int state, int state2) in iucv_sock_in_state()
285 static inline int iucv_below_msglim(struct sock *sk) in iucv_below_msglim()
301 static void iucv_sock_wake_msglim(struct sock *sk) in iucv_sock_wake_msglim()
384 struct sock *sk; in __iucv_get_sock_by_name() local
393 static void iucv_sock_destruct(struct sock *sk) in iucv_sock_destruct()
414 struct sock *sk; in iucv_sock_cleanup_listen() local
[all …]
/net/bluetooth/
Dsco.c48 struct sock *sk; member
60 #define sco_pi(sk) ((struct sco_pinfo *) sk) argument
77 struct sock *sk = (struct sock *) arg; in sco_sock_timeout() local
90 static void sco_sock_set_timer(struct sock *sk, long timeout) in sco_sock_set_timer()
96 static void sco_sock_clear_timer(struct sock *sk) in sco_sock_clear_timer()
132 static void sco_chan_del(struct sock *sk, int err) in sco_chan_del()
160 struct sock *sk; in sco_conn_del() local
185 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent) in __sco_chan_add()
196 static int sco_chan_add(struct sco_conn *conn, struct sock *sk, in sco_chan_add()
211 static int sco_connect(struct sock *sk) in sco_connect()
[all …]
Dl2cap_sock.c82 struct sock *sk = sock->sk; in l2cap_sock_bind() local
176 struct sock *sk = sock->sk; in l2cap_sock_connect() local
253 struct sock *sk = sock->sk; in l2cap_sock_listen() local
300 struct sock *sk = sock->sk, *nsk; in l2cap_sock_accept() local
357 struct sock *sk = sock->sk; in l2cap_sock_getname() local
389 struct sock *sk = sock->sk; in l2cap_sock_getsockopt_old() local
492 struct sock *sk = sock->sk; in l2cap_sock_getsockopt() local
628 struct sock *sk = sock->sk; in l2cap_sock_setsockopt_old() local
740 struct sock *sk = sock->sk; in l2cap_sock_setsockopt() local
945 struct sock *sk = sock->sk; in l2cap_sock_sendmsg() local
[all …]
/net/core/
Dsock.c158 bool sk_ns_capable(const struct sock *sk, in sk_ns_capable()
175 bool sk_capable(const struct sock *sk, int cap) in sk_capable()
190 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable()
339 void sk_set_memalloc(struct sock *sk) in sk_set_memalloc()
347 void sk_clear_memalloc(struct sock *sk) in sk_clear_memalloc()
367 int __sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in __sk_backlog_rcv()
425 static void sock_disable_timestamp(struct sock *sk, unsigned long flags) in sock_disable_timestamp()
435 int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in sock_queue_rcv_skb()
475 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested) in sk_receive_skb()
517 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check()
[all …]
/net/bluetooth/rfcomm/
Dsock.c51 struct sock *sk = d->owner; in rfcomm_sk_data_ready() local
65 struct sock *sk = d->owner, *parent; in rfcomm_sk_state_change() local
110 struct sock *sk = NULL; in __rfcomm_get_listen_sock_by_addr() local
131 struct sock *sk = NULL, *sk1 = NULL; in rfcomm_get_sock_by_channel() local
155 static void rfcomm_sock_destruct(struct sock *sk) in rfcomm_sock_destruct()
177 struct sock *sk; in rfcomm_sock_cleanup_listen() local
194 static void rfcomm_sock_kill(struct sock *sk) in rfcomm_sock_kill()
207 static void __rfcomm_sock_close(struct sock *sk) in __rfcomm_sock_close()
233 static void rfcomm_sock_close(struct sock *sk) in rfcomm_sock_close()
240 static void rfcomm_sock_init(struct sock *sk, struct sock *parent) in rfcomm_sock_init()
[all …]
/net/sctp/
Dsocket.c114 static void sctp_enter_memory_pressure(struct sock *sk) in sctp_enter_memory_pressure()
156 struct sock *sk = asoc->base.sk; in sctp_set_owner_w() local
207 static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr, in sctp_verify_addr()
230 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
268 static struct sctp_transport *sctp_addr_id2transport(struct sock *sk, in sctp_addr_id2transport()
303 static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len) in sctp_bind()
355 static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind()
481 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_add()
531 static int sctp_send_asconf_add_ip(struct sock *sk, in sctp_send_asconf_add_ip()
655 static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_rem()
[all …]
/net/ieee802154/
Draw.c38 static void raw_hash(struct sock *sk) in raw_hash()
46 static void raw_unhash(struct sock *sk) in raw_unhash()
54 static void raw_close(struct sock *sk, long timeout) in raw_close()
59 static int raw_bind(struct sock *sk, struct sockaddr *_uaddr, int len) in raw_bind()
98 static int raw_connect(struct sock *sk, struct sockaddr *uaddr, in raw_connect()
104 static int raw_disconnect(struct sock *sk, int flags) in raw_disconnect()
109 static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, in raw_sendmsg()
181 static int raw_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, in raw_recvmsg()
214 static int raw_rcv_skb(struct sock *sk, struct sk_buff *skb) in raw_rcv_skb()
231 struct sock *sk; in ieee802154_raw_deliver() local
[all …]
/net/dccp/ccids/
Dccid2.c79 static int ccid2_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid2_hc_tx_send_packet()
86 static void ccid2_change_l_ack_ratio(struct sock *sk, u32 val) in ccid2_change_l_ack_ratio()
104 static void ccid2_check_l_ack_ratio(struct sock *sk) in ccid2_check_l_ack_ratio()
122 static void ccid2_change_l_seq_window(struct sock *sk, u64 val) in ccid2_change_l_seq_window()
131 struct sock *sk = (struct sock *)data; in ccid2_hc_tx_rto_expire() local
197 static void ccid2_cwnd_application_limited(struct sock *sk, const u32 now) in ccid2_cwnd_application_limited()
216 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()
429 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
[all …]
Dccid3.c63 static void ccid3_hc_tx_set_state(struct sock *sk, in ccid3_hc_tx_set_state()
85 static inline u64 rfc3390_initial_rate(struct sock *sk) in rfc3390_initial_rate()
124 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x()
200 struct sock *sk = (struct sock *)data; in ccid3_hc_tx_no_feedback_timer() local
280 static int ccid3_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_send_packet()
357 static void ccid3_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid3_hc_tx_packet_sent()
367 static void ccid3_hc_tx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_packet_recv()
465 static int ccid3_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid3_hc_tx_parse_options()
502 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init()
513 static void ccid3_hc_tx_exit(struct sock *sk) in ccid3_hc_tx_exit()
[all …]

12345678910>>...12