Lines Matching refs:sk_buff
208 static inline unsigned int dccp_csum_coverage(const struct sk_buff *skb) in dccp_csum_coverage()
217 static inline void dccp_csum_outgoing(struct sk_buff *skb) in dccp_csum_outgoing()
227 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
232 void dccp_reqsk_send_ack(struct sock *sk, struct sk_buff *skb,
241 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb);
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);
269 struct sk_buff const *skb);
271 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
275 const struct sk_buff *skb);
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,
286 struct sk_buff *skb);
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,
296 struct sk_buff *dccp_make_response(struct sock *sk, struct dst_entry *dst,
322 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *skb);
325 int dccp_invalid_packet(struct sk_buff *skb);
369 static inline int dccp_non_data_packet(const struct sk_buff *skb) in dccp_non_data_packet()
382 static inline int dccp_data_packet(const struct sk_buff *skb) in dccp_data_packet()
392 static inline int dccp_packet_without_ack(const struct sk_buff *skb) in dccp_packet_without_ack()
474 struct sk_buff *skb);
478 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);
479 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
482 int dccp_insert_option(struct sk_buff *skb, unsigned char option,