Lines Matching defs:skb
52 struct sk_buff *skb) in dccp_parse_options()
292 int dccp_insert_option(struct sk_buff *skb, const unsigned char option, in dccp_insert_option()
312 static int dccp_insert_option_ndp(struct sock *sk, struct sk_buff *skb) in dccp_insert_option_ndp()
346 static int dccp_insert_option_timestamp(struct sk_buff *skb) in dccp_insert_option_timestamp()
357 struct sk_buff *skb) in dccp_insert_option_timestamp_echo()
399 static int dccp_insert_option_ackvec(struct sock *sk, struct sk_buff *skb) in dccp_insert_option_ackvec()
481 int dccp_insert_option_mandatory(struct sk_buff *skb) in dccp_insert_option_mandatory()
504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt()
538 static void dccp_insert_option_padding(struct sk_buff *skb) in dccp_insert_option_padding()
549 int dccp_insert_options(struct sock *sk, struct sk_buff *skb) in dccp_insert_options()
592 int dccp_insert_options_rsk(struct dccp_request_sock *dreq, struct sk_buff *skb) in dccp_insert_options_rsk()