Home
last modified time | relevance | path

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

12345678910>>...25

/linux/net/llc/
A 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()
196 int llc_conn_ev_rx_i_cmd_pbit_set_0_unexpd_ns(struct sock *sk, in llc_conn_ev_rx_i_cmd_pbit_set_0_unexpd_ns()
208 int llc_conn_ev_rx_i_cmd_pbit_set_1_unexpd_ns(struct sock *sk, in llc_conn_ev_rx_i_cmd_pbit_set_1_unexpd_ns()
220 int llc_conn_ev_rx_i_cmd_pbit_set_x_inval_ns(struct sock *sk, in llc_conn_ev_rx_i_cmd_pbit_set_x_inval_ns()
263 int llc_conn_ev_rx_i_rsp_fbit_set_0_unexpd_ns(struct sock *sk, in llc_conn_ev_rx_i_rsp_fbit_set_0_unexpd_ns()
298 int llc_conn_ev_rx_i_rsp_fbit_set_x_inval_ns(struct sock *sk, in llc_conn_ev_rx_i_rsp_fbit_set_x_inval_ns()
[all …]
A Dllc_c_ac.c61 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_ind()
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()
128 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_ind()
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()
188 int llc_conn_ac_stop_rej_tmr_if_data_flag_eq_2(struct sock *sk, in llc_conn_ac_stop_rej_tmr_if_data_flag_eq_2()
766 void llc_conn_set_p_flag(struct sock *sk, u8 value) in llc_conn_set_p_flag()
1321 static void llc_conn_tmr_common_cb(struct sock *sk, u8 type) in llc_conn_tmr_common_cb()
1364 int llc_conn_ac_rst_vs(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_vs()
1390 int llc_conn_disc(struct sock *sk, struct sk_buff *skb) in llc_conn_disc()
[all …]
/linux/net/netrom/
A 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()
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()
154 struct sock *sk = &nr->sock; in nr_t2timer_expiry() local
168 struct sock *sk = &nr->sock; in nr_t4timer_expiry() local
179 struct sock *sk = &nr->sock; in nr_idletimer_expiry() local
[all …]
/linux/include/net/
A Dsock.h1363 sk_memory_allocated(const struct sock *sk) in sk_memory_allocated()
1745 struct sock *sk = (struct sock *)csk; in sock_allow_reclassification() local
1797 const struct sock *sk) in sockcm_init()
2031 __sk_dst_get(struct sock *sk) in __sk_dst_get()
2038 sk_dst_get(struct sock *sk) in sk_dst_get()
2096 __sk_dst_reset(struct sock *sk) in __sk_dst_reset()
2102 sk_dst_reset(struct sock *sk) in sk_dst_reset()
2120 struct sock *sk = skb->sk; in sock_confirm_neigh() local
2702 sk_is_refcounted(struct sock *sk) in sk_is_refcounted()
2717 struct sock *sk = skb->sk; in skb_steal_sock() local
[all …]
/linux/net/core/
A Dsock.c1020 struct sock *sk = sock->sk; in sock_setsockopt() local
1495 struct sock *sk = sock->sk; in sock_getsockopt() local
1909 struct sock *sk; in sk_prot_alloc() local
1971 struct sock *sk; in sk_alloc() local
2276 struct sock *sk = skb->sk; in sock_wfree() local
2302 struct sock *sk = skb->sk; in __sock_wfree() local
2366 struct sock *sk = skb->sk; in sock_rfree() local
2439 struct sock *sk = skb->sk; in sock_ofree() local
3350 struct sock *sk = sock->sk; in sock_gettstamp() local
3449 struct sock *sk = sock->sk; in sock_common_getsockopt() local
[all …]
/linux/net/x25/
A 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 …]
/linux/net/rose/
A 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()
160 struct sock *sk = &rose->sock; in rose_timer_expiry() local
[all …]
/linux/net/iucv/
A Daf_iucv.c266 struct sock *sk; in __iucv_get_sock_by_name() local
296 struct sock *sk; in iucv_sock_cleanup_listen() local
452 struct sock *sk; in iucv_sock_alloc() local
524 struct sock *sk; in iucv_accept_dequeue() local
570 struct sock *sk = sock->sk; in iucv_sock_bind() local
673 struct sock *sk = sock->sk; in afiucv_path_connect() local
1345 struct sock *sk; in iucv_accept_poll() local
1586 struct sock *sk, *nsk; in iucv_callback_connreq() local
2033 struct sock *sk; in afiucv_hs_rcv() local
2178 struct sock *sk; in afiucv_netdev_event() local
[all …]
/linux/net/dccp/
A Dqpolicy.c20 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()
118 struct sk_buff *dccp_qpolicy_pop(struct sock *sk) in dccp_qpolicy_pop()
[all …]
A Doutput.c22 static inline void dccp_event_ack_sent(struct sock *sk) in dccp_event_ack_sent()
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()
245 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
350 void dccp_write_xmit(struct sock *sk) in dccp_write_xmit()
386 int dccp_retransmit_skb(struct sock *sk) in dccp_retransmit_skb()
541 int dccp_connect(struct sock *sk) in dccp_connect()
581 void dccp_send_ack(struct sock *sk) in dccp_send_ack()
639 void dccp_send_sync(struct sock *sk, const u64 ackno, in dccp_send_sync()
[all …]
A 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()
211 void dccp_destroy_sock(struct sock *sk) in dccp_destroy_sock()
258 int dccp_disconnect(struct sock *sk, int flags) in dccp_disconnect()
322 struct sock *sk = sock->sk; in dccp_poll() local
915 struct sock *sk = sock->sk; in inet_dccp_listen() local
951 static void dccp_terminate_connection(struct sock *sk) in dccp_terminate_connection()
978 void dccp_close(struct sock *sk, long timeout) in dccp_close()
[all …]
/linux/net/ipv4/
A Dtcp_timer.c68 static void tcp_write_err(struct sock *sk) in tcp_write_err()
231 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
289 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler()
340 struct sock *sk = &icsk->icsk_inet.sk; in tcp_delack_timer() local
355 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
448 void tcp_retransmit_timer(struct sock *sk) in tcp_retransmit_timer()
596 void tcp_write_timer_handler(struct sock *sk) in tcp_write_timer_handler()
638 struct sock *sk = &icsk->icsk_inet.sk; in tcp_write_timer() local
675 struct sock *sk = from_timer(sk, t, sk_timer); in tcp_keepalive_timer() local
763 struct sock *sk = (struct sock *)tp; in tcp_compressed_ack_kick() local
[all …]
A Dtcp_input.c599 void tcp_initialize_rcv_mss(struct sock *sk) in tcp_initialize_rcv_mss()
700 void tcp_rcv_space_adjust(struct sock *sk) in tcp_rcv_space_adjust()
933 static void tcp_set_rto(struct sock *sk) in tcp_set_rto()
1345 static u8 tcp_sacktag_one(struct sock *sk, in tcp_sacktag_one()
1783 struct sock *sk, in tcp_maybe_skipping_dsack()
2134 void tcp_enter_loss(struct sock *sk) in tcp_enter_loss()
2650 void tcp_enter_cwr(struct sock *sk) in tcp_enter_cwr()
3138 void tcp_rearm_rto(struct sock *sk) in tcp_rearm_rto()
4332 void tcp_fin(struct sock *sk) in tcp_fin()
4974 void tcp_data_ready(struct sock *sk) in tcp_data_ready()
[all …]
A Dtcp_bbr.c215 static u32 bbr_max_bw(const struct sock *sk) in bbr_max_bw()
223 static u32 bbr_bw(const struct sock *sk) in bbr_bw()
298 static u32 bbr_min_tso_segs(struct sock *sk) in bbr_min_tso_segs()
303 static u32 bbr_tso_segs_goal(struct sock *sk) in bbr_tso_segs_goal()
320 static void bbr_save_cwnd(struct sock *sk) in bbr_save_cwnd()
625 static void bbr_reset_mode(struct sock *sk) in bbr_reset_mode()
986 static void bbr_update_gains(struct sock *sk) in bbr_update_gains()
1038 static void bbr_init(struct sock *sk) in bbr_init()
1080 static u32 bbr_sndbuf_expand(struct sock *sk) in bbr_sndbuf_expand()
1089 static u32 bbr_undo_cwnd(struct sock *sk) in bbr_undo_cwnd()
[all …]
/linux/net/sctp/
A Dsocket.c107 struct sock *sk = asoc->base.sk; in sctp_wspace() local
125 struct sock *sk = asoc->base.sk; in sctp_set_owner_w() local
908 struct sock *sk = sctp_opt2sk(sp); in sctp_asconf_mgmt() local
1070 struct sock *sk = ep->base.sk; in sctp_connect_new_asoc() local
1753 struct sock *sk = asoc->base.sk; in sctp_sendmsg_check_sflags() local
1792 struct sock *sk = asoc->base.sk; in sctp_sendmsg_to_asoc() local
8553 struct sock *sk = sock->sk; in sctp_inet_listen() local
8615 struct sock *sk = sock->sk; in sctp_poll() local
9048 struct sock *sk = asoc->base.sk; in __sctp_write_space() local
9124 struct sock *sk = asoc->base.sk; in sctp_wfree() local
[all …]
/linux/net/vmw_vsock/
A Dvmci_transport_notify_qstate.c73 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()
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()
293 struct sock *sk, in vmci_transport_notify_pkt_send_init()
304 struct sock *sk, in vmci_transport_notify_pkt_send_post_enqueue()
343 struct sock *sk, in vmci_transport_notify_pkt_handle_pkt()
390 struct sock *sk, in vmci_transport_notify_pkt_recv_pre_dequeue()
399 struct sock *sk, in vmci_transport_notify_pkt_send_pre_block()
[all …]
A Dvmci_transport_notify.c165 vmci_transport_handle_read(struct sock *sk, in vmci_transport_handle_read()
301 vmci_transport_handle_wrote(struct sock *sk, in vmci_transport_handle_wrote()
392 struct sock *sk, in vmci_transport_notify_pkt_recv_init()
428 struct sock *sk, in vmci_transport_notify_pkt_recv_pre_block()
454 struct sock *sk, in vmci_transport_notify_pkt_recv_pre_dequeue()
474 struct sock *sk, in vmci_transport_notify_pkt_recv_post_dequeue()
507 struct sock *sk, in vmci_transport_notify_pkt_send_init()
520 struct sock *sk, in vmci_transport_notify_pkt_send_pre_block()
532 struct sock *sk, in vmci_transport_notify_pkt_send_pre_enqueue()
548 struct sock *sk, in vmci_transport_notify_pkt_send_post_enqueue()
[all …]
/linux/net/mptcp/
A Dprotocol.c104 struct sock *sk = (struct sock *)msk; in __mptcp_socket_create() local
186 struct sock *sk = skb->sk; in mptcp_rfree() local
207 struct sock *sk = (struct sock *)msk; in mptcp_data_queue_ofo() local
343 struct sock *sk = (struct sock *)msk; in __mptcp_move_skb() local
546 struct sock *sk = (struct sock *)msk; in mptcp_cleanup_rbuf() local
618 struct sock *sk = (struct sock *)msk; in __mptcp_move_skbs_from_subflow() local
708 struct sock *sk = (struct sock *)msk; in __mptcp_ofo_queue() local
754 struct sock *sk = (struct sock *)msk; in move_skbs_to_msk() local
3028 struct sock *sk = subflow->conn; in mptcp_subflow_process_delegated() local
3076 struct sock *sk; in mptcp_finish_connect() local
[all …]
/linux/net/bluetooth/
A Dsco.c49 struct sock *sk; member
84 struct sock *sk; in sco_sock_timeout() local
182 struct sock *sk; in sco_conn_del() local
302 struct sock *sk; in sco_recv_frame() local
326 struct sock *sk; in __sco_get_sock_listen_by_addr() local
376 struct sock *sk; in sco_sock_cleanup_listen() local
451 struct sock *sk) in sco_skb_put_cmsg()
481 struct sock *sk; in sco_sock_alloc() local
511 struct sock *sk; in sco_sock_create() local
1325 struct sock *sk; in sco_connect_ind() local
[all …]
A Dl2cap_sock.c83 struct sock *sk = sock->sk; in l2cap_sock_bind() local
178 struct sock *sk = sock->sk; in l2cap_sock_connect() local
263 struct sock *sk = sock->sk; in l2cap_sock_listen() local
378 struct sock *sk = sock->sk; in l2cap_sock_getname() local
427 struct sock *sk = sock->sk; in l2cap_sock_getsockopt_old() local
546 struct sock *sk = sock->sk; in l2cap_sock_getsockopt() local
716 struct sock *sk = sock->sk; in l2cap_sock_setsockopt_old() local
872 struct sock *sk = sock->sk; in l2cap_sock_setsockopt() local
1407 struct sock *sk; in l2cap_sock_cleanup_listen() local
1818 struct sock *sk; in l2cap_sock_alloc() local
[all …]
/linux/net/ieee802154/
A 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
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()
359 struct sock *sk; in ieee802154_raw_deliver() local
432 struct sock sk; member
787 struct sock *sk, *prev = NULL; in ieee802154_dgram_deliver() local
[all …]
/linux/net/tls/
A Dtls_main.c78 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer()
102 int tls_push_sg(struct sock *sk, in tls_push_sg()
167 int tls_proccess_cmsg(struct sock *sk, struct msghdr *msg, in tls_proccess_cmsg()
226 static void tls_write_space(struct sock *sk) in tls_write_space()
272 static void tls_sk_proto_cleanup(struct sock *sk, in tls_sk_proto_cleanup()
715 struct tls_context *tls_ctx_create(struct sock *sk) in tls_ctx_create()
764 static void tls_build_proto(struct sock *sk) in tls_build_proto()
839 static int tls_init(struct sock *sk) in tls_init()
876 static void tls_update(struct sock *sk, struct proto *p, in tls_update()
877 void (*write_space)(struct sock *sk)) in tls_update()
[all …]
/linux/net/bluetooth/rfcomm/
A Dsock.c52 struct sock *sk = d->owner; in rfcomm_sk_data_ready() local
108 struct sock *sk = NULL; in __rfcomm_get_listen_sock_by_addr() local
175 struct sock *sk; in rfcomm_sock_cleanup_listen() local
274 struct sock *sk; in rfcomm_sock_alloc() local
315 struct sock *sk; in rfcomm_sock_create() local
337 struct sock *sk = sock->sk; in rfcomm_sock_bind() local
384 struct sock *sk = sock->sk; in rfcomm_sock_connect() local
426 struct sock *sk = sock->sk; in rfcomm_sock_listen() local
537 struct sock *sk = sock->sk; in rfcomm_sock_getname() local
938 struct sock *sk, *parent; in rfcomm_connect_ind() local
[all …]
/linux/net/phonet/
A Dpep.c107 static int pep_indicate(struct sock *sk, u8 id, u8 code, in pep_indicate()
147 static int pipe_handler_send_created_ind(struct sock *sk) in pipe_handler_send_created_ind()
460 static void pipe_destruct(struct sock *sk) in pipe_destruct()
536 static void pipe_start_flow_control(struct sock *sk) in pipe_start_flow_control()
715 static int pipe_do_remove(struct sock *sk) in pipe_do_remove()
734 static void pep_sock_close(struct sock *sk, long timeout) in pep_sock_close()
961 static int pep_init(struct sock *sk) in pep_init()
1193 int pep_writeable(struct sock *sk) in pep_writeable()
1200 int pep_write(struct sock *sk, struct sk_buff *skb) in pep_write()
1231 struct sk_buff *pep_read(struct sock *sk) in pep_read()
[all …]
/linux/net/dccp/ccids/
A Dccid2.c67 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
217 static void ccid2_cwnd_restart(struct sock *sk, const u32 now) in ccid2_cwnd_restart()
364 static void ccid2_rtt_estimator(struct sock *sk, const long mrtt) in ccid2_rtt_estimator()
434 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
718 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid2_hc_tx_init()
[all …]

Completed in 109 milliseconds

12345678910>>...25