Home
last modified time | relevance | path

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

12345678910>>...15

/linux-3.3/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 …]
/linux-3.3/net/netrom/
Dnr_timer.c39 void nr_init_timers(struct sock *sk) in nr_init_timers()
53 void nr_start_t1timer(struct sock *sk) in nr_start_t1timer()
60 void nr_start_t2timer(struct sock *sk) in nr_start_t2timer()
67 void nr_start_t4timer(struct sock *sk) in nr_start_t4timer()
74 void nr_start_idletimer(struct sock *sk) in nr_start_idletimer()
82 void nr_start_heartbeat(struct sock *sk) in nr_start_heartbeat()
87 void nr_stop_t1timer(struct sock *sk) in nr_stop_t1timer()
92 void nr_stop_t2timer(struct sock *sk) in nr_stop_t2timer()
97 void nr_stop_t4timer(struct sock *sk) in nr_stop_t4timer()
102 void nr_stop_idletimer(struct sock *sk) in nr_stop_idletimer()
[all …]
/linux-3.3/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 …]
/linux-3.3/net/rose/
Drose_timer.c36 void rose_start_heartbeat(struct sock *sk) in rose_start_heartbeat()
47 void rose_start_t1timer(struct sock *sk) in rose_start_t1timer()
60 void rose_start_t2timer(struct sock *sk) in rose_start_t2timer()
73 void rose_start_t3timer(struct sock *sk) in rose_start_t3timer()
86 void rose_start_hbtimer(struct sock *sk) in rose_start_hbtimer()
99 void rose_start_idletimer(struct sock *sk) in rose_start_idletimer()
114 void rose_stop_heartbeat(struct sock *sk) in rose_stop_heartbeat()
119 void rose_stop_timer(struct sock *sk) in rose_stop_timer()
124 void rose_stop_idletimer(struct sock *sk) in rose_stop_idletimer()
131 struct sock *sk = (struct sock *)param; in rose_heartbeat_expiry() local
[all …]
/linux-3.3/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()
219 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) in dccp_wait_for_ccid()
243 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
306 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
345 void dccp_write_xmit(struct sock *sk) in dccp_write_xmit()
379 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 …]
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()
Dproto.c77 void dccp_set_state(struct sock *sk, const int state) in dccp_set_state()
117 static void dccp_finish_passive_close(struct sock *sk) in dccp_finish_passive_close()
135 void dccp_done(struct sock *sk) in dccp_done()
173 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized) in dccp_init_sock()
200 void dccp_destroy_sock(struct sock *sk) in dccp_destroy_sock()
234 static inline int dccp_listen_start(struct sock *sk, int backlog) in dccp_listen_start()
251 int dccp_disconnect(struct sock *sk, int flags) in dccp_disconnect()
313 struct sock *sk = sock->sk; in dccp_poll() local
360 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg) in dccp_ioctl()
396 static int dccp_setsockopt_service(struct sock *sk, const __be32 service, in dccp_setsockopt_service()
[all …]
/linux-3.3/net/bluetooth/
Dsco.c73 struct sock *sk = (struct sock *) arg; in sco_sock_timeout() local
86 static void sco_sock_set_timer(struct sock *sk, long timeout) in sco_sock_set_timer()
92 static void sco_sock_clear_timer(struct sock *sk) in sco_sock_clear_timer()
131 struct sock *sk = NULL; in sco_chan_get() local
141 struct sock *sk; in sco_conn_del() local
163 static inline int sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent) in sco_chan_add()
177 static int sco_connect(struct sock *sk) in sco_connect()
233 static inline int sco_send_frame(struct sock *sk, struct msghdr *msg, int len) in sco_send_frame()
263 struct sock *sk = sco_chan_get(conn); in sco_recv_frame() local
283 struct sock *sk; in __sco_get_sock_by_addr() local
[all …]
/linux-3.3/include/net/
Dsock.h93 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \ argument
98 void SOCK_DEBUG(struct sock *sk, const char *msg, ...) in SOCK_DEBUG()
404 static inline struct sock *sk_next(const struct sock *sk) in sk_next()
410 static inline struct sock *sk_nulls_next(const struct sock *sk) in sk_nulls_next()
418 static inline int sk_unhashed(const struct sock *sk) in sk_unhashed()
423 static inline int sk_hashed(const struct sock *sk) in sk_hashed()
438 static __inline__ void __sk_del_node(struct sock *sk) in __sk_del_node()
444 static __inline__ int __sk_del_node_init(struct sock *sk) in __sk_del_node_init()
460 static inline void sock_hold(struct sock *sk) in sock_hold()
468 static inline void __sock_put(struct sock *sk) in __sock_put()
[all …]
/linux-3.3/net/ipv4/
Dtcp_input.c127 static void tcp_measure_rcv_mss(struct sock *sk, const struct sk_buff *skb) in tcp_measure_rcv_mss()
173 static void tcp_incr_quickack(struct sock *sk) in tcp_incr_quickack()
184 static void tcp_enter_quickack_mode(struct sock *sk) in tcp_enter_quickack_mode()
196 static inline int tcp_in_quickack_mode(const struct sock *sk) in tcp_in_quickack_mode()
265 static void tcp_fixup_sndbuf(struct sock *sk) in tcp_fixup_sndbuf()
300 static int __tcp_grow_window(const struct sock *sk, const struct sk_buff *skb) in __tcp_grow_window()
317 static void tcp_grow_window(struct sock *sk, const struct sk_buff *skb) in tcp_grow_window()
345 static void tcp_fixup_rcvbuf(struct sock *sk) in tcp_fixup_rcvbuf()
370 static void tcp_init_buffer_space(struct sock *sk) in tcp_init_buffer_space()
404 static void tcp_clamp_window(struct sock *sk) in tcp_clamp_window()
[all …]
Dtcp_timer.c39 void tcp_init_xmit_timers(struct sock *sk) in tcp_init_xmit_timers()
46 static void tcp_write_err(struct sock *sk) in tcp_write_err()
66 static int tcp_out_of_resources(struct sock *sk, int do_reset) in tcp_out_of_resources()
97 static int tcp_orphan_retries(struct sock *sk, int alive) in tcp_orphan_retries()
113 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing()
138 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out()
167 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout()
210 struct sock *sk = (struct sock *)data; in tcp_delack_timer() local
268 static void tcp_probe_timer(struct sock *sk) in tcp_probe_timer()
317 void tcp_retransmit_timer(struct sock *sk) in tcp_retransmit_timer()
[all …]
/linux-3.3/net/iucv/
Daf_iucv.c58 #define __iucv_sock_wait(sk, condition, timeo, ret) \ argument
83 #define iucv_sock_wait(sk, condition, timeo) \ argument
168 struct sock *sk; in afiucv_pm_freeze() local
210 struct sock *sk; in afiucv_pm_restore_thaw() local
294 static int iucv_sock_in_state(struct sock *sk, int state, int state2) in iucv_sock_in_state()
307 static inline int iucv_below_msglim(struct sock *sk) in iucv_below_msglim()
323 static void iucv_sock_wake_msglim(struct sock *sk) in iucv_sock_wake_msglim()
409 struct sock *sk; in __iucv_get_sock_by_name() local
419 static void iucv_sock_destruct(struct sock *sk) in iucv_sock_destruct()
428 struct sock *sk; in iucv_sock_cleanup_listen() local
[all …]
/linux-3.3/net/sctp/
Dsocket.c123 static void sctp_enter_memory_pressure(struct sock *sk) in sctp_enter_memory_pressure()
165 struct sock *sk = asoc->base.sk; in sctp_set_owner_w() local
186 static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr, in sctp_verify_addr()
209 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
247 static struct sctp_transport *sctp_addr_id2transport(struct sock *sk, in sctp_addr_id2transport()
282 SCTP_STATIC int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len) in sctp_bind()
336 SCTP_STATIC int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind()
464 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_add()
514 static int sctp_send_asconf_add_ip(struct sock *sk, in sctp_send_asconf_add_ip()
637 static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_rem()
[all …]
/linux-3.3/net/bluetooth/rfcomm/
Dsock.c71 struct sock *sk = d->owner; in rfcomm_sk_data_ready() local
85 struct sock *sk = d->owner, *parent; in rfcomm_sk_state_change() local
129 struct sock *sk = NULL; in __rfcomm_get_sock_by_addr() local
146 struct sock *sk = NULL, *sk1 = NULL; in rfcomm_get_sock_by_channel() local
171 static void rfcomm_sock_destruct(struct sock *sk) in rfcomm_sock_destruct()
193 struct sock *sk; in rfcomm_sock_cleanup_listen() local
210 static void rfcomm_sock_kill(struct sock *sk) in rfcomm_sock_kill()
223 static void __rfcomm_sock_close(struct sock *sk) in __rfcomm_sock_close()
249 static void rfcomm_sock_close(struct sock *sk) in rfcomm_sock_close()
256 static void rfcomm_sock_init(struct sock *sk, struct sock *parent) in rfcomm_sock_init()
[all …]
/linux-3.3/net/ieee802154/
Draw.c37 static void raw_hash(struct sock *sk) in raw_hash()
45 static void raw_unhash(struct sock *sk) in raw_unhash()
53 static void raw_close(struct sock *sk, long timeout) in raw_close()
58 static int raw_bind(struct sock *sk, struct sockaddr *uaddr, int len) in raw_bind()
94 static int raw_connect(struct sock *sk, struct sockaddr *uaddr, in raw_connect()
100 static int raw_disconnect(struct sock *sk, int flags) in raw_disconnect()
105 static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, in raw_sendmsg()
177 static int raw_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, in raw_recvmsg()
210 static int raw_rcv_skb(struct sock *sk, struct sk_buff *skb) in raw_rcv_skb()
223 struct sock *sk; in ieee802154_raw_deliver() local
[all …]
Ddgram.c42 struct sock sk; member
51 static inline struct dgram_sock *dgram_sk(const struct sock *sk) in dgram_sk()
56 static void dgram_hash(struct sock *sk) in dgram_hash()
64 static void dgram_unhash(struct sock *sk) in dgram_unhash()
72 static int dgram_init(struct sock *sk) in dgram_init()
83 static void dgram_close(struct sock *sk, long timeout) in dgram_close()
88 static int dgram_bind(struct sock *sk, struct sockaddr *uaddr, int len) in dgram_bind()
128 static int dgram_ioctl(struct sock *sk, int cmd, unsigned long arg) in dgram_ioctl()
164 static int dgram_connect(struct sock *sk, struct sockaddr *uaddr, in dgram_connect()
191 static int dgram_disconnect(struct sock *sk, int flags) in dgram_disconnect()
[all …]
/linux-3.3/net/core/
Dsock.c326 static void sock_disable_timestamp(struct sock *sk, unsigned long flags) in sock_disable_timestamp()
336 int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in sock_queue_rcv_skb()
384 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested) in sk_receive_skb()
426 void sk_reset_txq(struct sock *sk) in sk_reset_txq()
432 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check()
447 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check()
461 static int sock_bindtodevice(struct sock *sk, char __user *optval, int optlen) in sock_bindtodevice()
518 static inline void sock_valbool_flag(struct sock *sk, int bit, int valbool) in sock_valbool_flag()
534 struct sock *sk = sock->sk; in sock_setsockopt() local
823 struct sock *sk = sock->sk; in sock_getsockopt() local
[all …]
Dstream.c28 void sk_stream_write_space(struct sock *sk) in sk_stream_write_space()
55 int sk_stream_wait_connect(struct sock *sk, long *timeo_p) in sk_stream_wait_connect()
89 static inline int sk_stream_closing(struct sock *sk) in sk_stream_closing()
95 void sk_stream_wait_close(struct sock *sk, long timeout) in sk_stream_wait_close()
117 int sk_stream_wait_memory(struct sock *sk, long *timeo_p) in sk_stream_wait_memory()
176 int sk_stream_error(struct sock *sk, int flags, int err) in sk_stream_error()
186 void sk_stream_kill_queues(struct sock *sk) in sk_stream_kill_queues()
/linux-3.3/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
194 static void ccid2_cwnd_application_limited(struct sock *sk, const u32 now) in ccid2_cwnd_application_limited()
213 static void ccid2_cwnd_restart(struct sock *sk, const u32 now) in ccid2_cwnd_restart()
232 static void ccid2_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid2_hc_tx_packet_sent()
356 static void ccid2_rtt_estimator(struct sock *sk, const long mrtt) in ccid2_rtt_estimator()
426 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()
122 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x()
196 struct sock *sk = (struct sock *)data; in ccid3_hc_tx_no_feedback_timer() local
277 static int ccid3_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_send_packet()
354 static void ccid3_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid3_hc_tx_packet_sent()
364 static void ccid3_hc_tx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid3_hc_tx_packet_recv()
462 static int ccid3_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid3_hc_tx_parse_options()
499 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init()
510 static void ccid3_hc_tx_exit(struct sock *sk) in ccid3_hc_tx_exit()
[all …]
/linux-3.3/net/decnet/
Ddn_nsp_out.c78 struct sock *sk = skb->sk; in dn_nsp_send() local
120 struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri) in dn_alloc_skb()
144 unsigned long dn_nsp_persist(struct sock *sk) in dn_nsp_persist()
167 static void dn_nsp_rtt(struct sock *sk, long rtt) in dn_nsp_rtt()
240 void dn_nsp_output(struct sock *sk) in dn_nsp_output()
276 int dn_nsp_xmit_timeout(struct sock *sk) in dn_nsp_xmit_timeout()
303 static __le16 *dn_mk_ack_header(struct sock *sk, struct sk_buff *skb, unsigned char msgflag, int hl… in dn_mk_ack_header()
335 static __le16 *dn_nsp_mk_data_header(struct sock *sk, struct sk_buff *skb, int oth) in dn_nsp_mk_data_header()
353 void dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, in dn_nsp_queue_xmit()
382 int dn_nsp_check_xmit_queue(struct sock *sk, struct sk_buff *skb, struct sk_buff_head *q, unsigned … in dn_nsp_check_xmit_queue()
[all …]

12345678910>>...15