Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Dipv4.c365 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb) in dccp_v4_send_check() function
375 EXPORT_SYMBOL_GPL(dccp_v4_send_check);
895 .send_check = dccp_v4_send_check,
Ddccp.h227 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
Dipv6.c941 .send_check = dccp_v4_send_check,