Home
last modified time | relevance | path

Searched refs:dccp_insert_options_rsk (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
Doptions.c592 int dccp_insert_options_rsk(struct dccp_request_sock *dreq, struct sk_buff *skb) in dccp_insert_options_rsk() function
Ddccp.h467 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
Doutput.c423 if (dccp_insert_options_rsk(dreq, skb)) in dccp_make_response()