Searched refs:dccp_make_response (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | output.c | 390 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst, in dccp_make_response() function 450 EXPORT_SYMBOL_GPL(dccp_make_response); variable
|
H A D | dccp.h | 291 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
|
H A D | ipv4.c | 490 skb = dccp_make_response(sk, dst, req); in dccp_v4_send_response()
|
H A D | ipv6.c | 220 skb = dccp_make_response(sk, dst, req); in dccp_v6_send_response()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | output.c | 399 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); variable
|
H A D | dccp.h | 286 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
|
H A D | ipv4.c | 503 skb = dccp_make_response(sk, dst, req); in dccp_v4_send_response()
|
H A D | ipv6.c | 228 skb = dccp_make_response(sk, dst, req); in dccp_v6_send_response()
|
Completed in 9 milliseconds