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(const 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(const struct sock *sk, struct sk_buff *skb,
284 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
288 struct sk_buff *skb);
289 int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
291 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
298 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
324 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *skb);
327 int dccp_invalid_packet(struct sk_buff *skb);
371 static inline int dccp_non_data_packet(const struct sk_buff *skb) in dccp_non_data_packet()
384 static inline int dccp_data_packet(const struct sk_buff *skb) in dccp_data_packet()
394 static inline int dccp_packet_without_ack(const struct sk_buff *skb) in dccp_packet_without_ack()
476 struct sk_buff *skb);
480 int dccp_insert_options(struct sock *sk, struct sk_buff *skb);
481 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
484 int dccp_insert_option(struct sk_buff *skb, unsigned char option,