Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Doutput.c399 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst, in dccp_make_response() function
459 EXPORT_SYMBOL_GPL(dccp_make_response);
H A Ddccp.h286 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
H A Dipv6.c229 skb = dccp_make_response(sk, dst, req); in dccp_v6_send_response()