Home
last modified time | relevance | path

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

/net/dccp/
Ddccp.h487 extern int dccp_insert_options_rsk(struct dccp_request_sock*, struct sk_buff*);
Doptions.c624 int dccp_insert_options_rsk(struct dccp_request_sock *dreq, struct sk_buff *skb) in dccp_insert_options_rsk() function
Doutput.c421 if (dccp_insert_options_rsk(dreq, skb)) in dccp_make_response()