Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Doptions.c592 int dccp_insert_options_rsk(struct dccp_request_sock *dreq, struct sk_buff *skb) in dccp_insert_options_rsk() function
H A Ddccp.h463 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
H A Doutput.c432 if (dccp_insert_options_rsk(dreq, skb)) in dccp_make_response()