Lines Matching refs:sock
53 void dccp_time_wait(struct sock *sk, int state, int timeo);
219 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
221 int dccp_retransmit_skb(struct sock *sk);
223 void dccp_send_ack(struct sock *sk);
224 void dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb,
227 void dccp_send_sync(struct sock *sk, const u64 seq,
233 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb);
234 bool dccp_qpolicy_full(struct sock *sk);
235 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb);
236 struct sk_buff *dccp_qpolicy_top(struct sock *sk);
237 struct sk_buff *dccp_qpolicy_pop(struct sock *sk);
238 bool dccp_qpolicy_param_ok(struct sock *sk, __be32 param);
243 void dccp_write_xmit(struct sock *sk);
244 void dccp_write_space(struct sock *sk);
245 void dccp_flush_write_queue(struct sock *sk, long *time_budget);
247 void dccp_init_xmit_timers(struct sock *sk);
248 static inline void dccp_clear_xmit_timers(struct sock *sk) in dccp_clear_xmit_timers()
253 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
257 void dccp_set_state(struct sock *sk, const int state);
258 void dccp_done(struct sock *sk);
263 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
265 struct sock *dccp_create_openreq_child(const struct sock *sk,
269 int dccp_v4_do_rcv(struct sock *sk, struct sk_buff *skb);
271 struct sock *dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb,
276 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
279 int dccp_child_process(struct sock *parent, struct sock *child,
281 int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
283 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
286 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized);
287 void dccp_destroy_sock(struct sock *sk);
289 void dccp_close(struct sock *sk, long timeout);
290 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
293 int dccp_connect(struct sock *sk);
294 int dccp_disconnect(struct sock *sk, int flags);
295 int dccp_getsockopt(struct sock *sk, int level, int optname,
297 int dccp_setsockopt(struct sock *sk, int level, int optname,
299 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg);
300 int dccp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
301 int dccp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
303 void dccp_shutdown(struct sock *sk, int how);
304 int inet_dccp_listen(struct socket *sock, int backlog);
305 __poll_t dccp_poll(struct file *file, struct socket *sock,
307 int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
308 void dccp_req_err(struct sock *sk, u64 seq);
310 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *skb);
311 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code);
312 void dccp_send_close(struct sock *sk, const int active);
314 u32 dccp_sample_rtt(struct sock *sk, long delta);
316 static inline bool dccp_bad_service_code(const struct sock *sk, in dccp_bad_service_code()
406 static inline void dccp_update_gsr(struct sock *sk, u64 seq) in dccp_update_gsr()
434 static inline void dccp_update_gss(struct sock *sk, u64 seq) in dccp_update_gss()
447 static inline int dccp_ackvec_pending(const struct sock *sk) in dccp_ackvec_pending()
453 static inline int dccp_ack_pending(const struct sock *sk) in dccp_ack_pending()
458 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val);
463 int dccp_feat_activate_values(struct sock *sk, struct list_head *fn);
466 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);