Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c369 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb) in dccp_v4_send_check() function
379 EXPORT_SYMBOL_GPL(dccp_v4_send_check);
911 .send_check = dccp_v4_send_check,
H A Ddccp.h219 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
H A Dipv6.c987 .send_check = dccp_v4_send_check,