Lines Matching refs:sock

56 void dccp_time_wait(struct sock *sk, int state, int timeo);
227 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
229 int dccp_retransmit_skb(struct sock *sk);
231 void dccp_send_ack(struct sock *sk);
232 void dccp_reqsk_send_ack(struct sock *sk, struct sk_buff *skb,
235 void dccp_send_sync(struct sock *sk, const u64 seq,
241 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb);
242 bool dccp_qpolicy_full(struct sock *sk);
243 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb);
244 struct sk_buff *dccp_qpolicy_top(struct sock *sk);
245 struct sk_buff *dccp_qpolicy_pop(struct sock *sk);
246 bool dccp_qpolicy_param_ok(struct sock *sk, __be32 param);
251 void dccp_write_xmit(struct sock *sk);
252 void dccp_write_space(struct sock *sk);
253 void dccp_flush_write_queue(struct sock *sk, long *time_budget);
255 void dccp_init_xmit_timers(struct sock *sk);
256 static inline void dccp_clear_xmit_timers(struct sock *sk) in dccp_clear_xmit_timers()
261 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
265 void dccp_set_state(struct sock *sk, const int state);
266 void dccp_done(struct sock *sk);
271 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
273 struct sock *dccp_create_openreq_child(struct sock *sk,
277 int dccp_v4_do_rcv(struct sock *sk, struct sk_buff *skb);
279 struct sock *dccp_v4_request_recv_sock(struct sock *sk, struct sk_buff *skb,
282 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
285 int dccp_child_process(struct sock *parent, struct sock *child,
287 int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
289 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
292 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized);
293 void dccp_destroy_sock(struct sock *sk);
295 void dccp_close(struct sock *sk, long timeout);
296 struct sk_buff *dccp_make_response(struct sock *sk, struct dst_entry *dst,
299 int dccp_connect(struct sock *sk);
300 int dccp_disconnect(struct sock *sk, int flags);
301 int dccp_getsockopt(struct sock *sk, int level, int optname,
303 int dccp_setsockopt(struct sock *sk, int level, int optname,
306 int compat_dccp_getsockopt(struct sock *sk, int level, int optname,
308 int compat_dccp_setsockopt(struct sock *sk, int level, int optname,
311 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg);
312 int dccp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
313 int dccp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
315 void dccp_shutdown(struct sock *sk, int how);
316 int inet_dccp_listen(struct socket *sock, int backlog);
317 unsigned int dccp_poll(struct file *file, struct socket *sock,
319 int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
320 void dccp_req_err(struct sock *sk, u64 seq);
322 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *skb);
323 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code);
324 void dccp_send_close(struct sock *sk, const int active);
326 u32 dccp_sample_rtt(struct sock *sk, long delta);
328 static inline int dccp_bad_service_code(const struct sock *sk, in dccp_bad_service_code()
418 static inline void dccp_update_gsr(struct sock *sk, u64 seq) in dccp_update_gsr()
446 static inline void dccp_update_gss(struct sock *sk, u64 seq) in dccp_update_gss()
459 static inline int dccp_ackvec_pending(const struct sock *sk) in dccp_ackvec_pending()
465 static inline int dccp_ack_pending(const struct sock *sk) in dccp_ack_pending()
470 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val);
475 int dccp_feat_activate_values(struct sock *sk, struct list_head *fn);
478 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);