Lines Matching refs:sock
53 void dccp_time_wait(struct sock *sk, int state, int timeo);
224 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
226 int dccp_retransmit_skb(struct sock *sk);
228 void dccp_send_ack(struct sock *sk);
229 void dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb,
232 void dccp_send_sync(struct sock *sk, const u64 seq,
238 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb);
239 bool dccp_qpolicy_full(struct sock *sk);
240 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb);
241 struct sk_buff *dccp_qpolicy_top(struct sock *sk);
242 struct sk_buff *dccp_qpolicy_pop(struct sock *sk);
243 bool dccp_qpolicy_param_ok(struct sock *sk, __be32 param);
248 void dccp_write_xmit(struct sock *sk);
249 void dccp_write_space(struct sock *sk);
250 void dccp_flush_write_queue(struct sock *sk, long *time_budget);
252 void dccp_init_xmit_timers(struct sock *sk);
253 static inline void dccp_clear_xmit_timers(struct sock *sk) in dccp_clear_xmit_timers()
258 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
262 void dccp_set_state(struct sock *sk, const int state);
263 void dccp_done(struct sock *sk);
268 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
270 struct sock *dccp_create_openreq_child(const struct sock *sk,
274 int dccp_v4_do_rcv(struct sock *sk, struct sk_buff *skb);
276 struct sock *dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb,
281 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
284 int dccp_child_process(struct sock *parent, struct sock *child,
286 int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
288 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
291 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized);
292 void dccp_destroy_sock(struct sock *sk);
294 void dccp_close(struct sock *sk, long timeout);
295 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
298 int dccp_connect(struct sock *sk);
299 int dccp_disconnect(struct sock *sk, int flags);
300 int dccp_getsockopt(struct sock *sk, int level, int optname,
302 int dccp_setsockopt(struct sock *sk, int level, int optname,
305 int compat_dccp_getsockopt(struct sock *sk, int level, int optname,
307 int compat_dccp_setsockopt(struct sock *sk, int level, int optname,
310 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg);
311 int dccp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
312 int dccp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
314 void dccp_shutdown(struct sock *sk, int how);
315 int inet_dccp_listen(struct socket *sock, int backlog);
316 __poll_t dccp_poll(struct file *file, struct socket *sock,
318 int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
319 void dccp_req_err(struct sock *sk, u64 seq);
321 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *skb);
322 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code);
323 void dccp_send_close(struct sock *sk, const int active);
325 u32 dccp_sample_rtt(struct sock *sk, long delta);
327 static inline bool dccp_bad_service_code(const struct sock *sk, in dccp_bad_service_code()
417 static inline void dccp_update_gsr(struct sock *sk, u64 seq) in dccp_update_gsr()
445 static inline void dccp_update_gss(struct sock *sk, u64 seq) in dccp_update_gss()
458 static inline int dccp_ackvec_pending(const struct sock *sk) in dccp_ackvec_pending()
464 static inline int dccp_ack_pending(const struct sock *sk) in dccp_ack_pending()
469 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val);
474 int dccp_feat_activate_values(struct sock *sk, struct list_head *fn);
477 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);