• Home
  • Raw
  • Download

Lines Matching refs:sk_buff

205 static inline unsigned int dccp_csum_coverage(const struct sk_buff *skb)  in dccp_csum_coverage()
214 static inline void dccp_csum_outgoing(struct sk_buff *skb) in dccp_csum_outgoing()
224 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
229 void dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb,
238 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb);
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);
266 struct sk_buff const *skb);
268 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
272 const struct sk_buff *skb);
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,
285 struct sk_buff *skb);
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,
296 struct sk_buff *dccp_make_response(const 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,