Lines Matching refs:sk_buff
195 static inline unsigned int dccp_csum_coverage(const struct sk_buff *skb) in dccp_csum_coverage()
204 static inline void dccp_csum_outgoing(struct sk_buff *skb) in dccp_csum_outgoing()
214 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
219 void dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb,
228 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb);
230 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb);
231 struct sk_buff *dccp_qpolicy_top(struct sock *sk);
232 struct sk_buff *dccp_qpolicy_pop(struct sock *sk);
256 struct sk_buff const *skb);
258 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
262 const struct sk_buff *skb);
264 int dccp_v4_do_rcv(struct sock *sk, struct sk_buff *skb);
266 struct sock *dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb,
271 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
275 struct sk_buff *skb);
276 int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
278 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
286 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
306 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *skb);
309 int dccp_invalid_packet(struct sk_buff *skb);
353 static inline int dccp_non_data_packet(const struct sk_buff *skb) in dccp_non_data_packet()
366 static inline int dccp_data_packet(const struct sk_buff *skb) in dccp_data_packet()
376 static inline int dccp_packet_without_ack(const struct sk_buff *skb) in dccp_packet_without_ack()
458 struct sk_buff *skb);
462 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);
463 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
466 int dccp_insert_option(struct sk_buff *skb, unsigned char option,