Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/
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);
Ddccp.h285 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
Dipv4.c502 skb = dccp_make_response(sk, dst, req); in dccp_v4_send_response()
Dipv6.c227 skb = dccp_make_response(sk, dst, req); in dccp_v6_send_response()