Home
last modified time | relevance | path

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

/linux-6.15/net/dccp/
H A Dipv4.c383 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb) in dccp_v4_send_check() function
393 EXPORT_SYMBOL_GPL(dccp_v4_send_check);
930 .send_check = dccp_v4_send_check,
H A Ddccp.h214 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
H A Dipv6.c998 .send_check = dccp_v4_send_check,