Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dtcp_ipv4.c548 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb) in tcp_v4_send_check() function
554 EXPORT_SYMBOL(tcp_v4_send_check);
1798 .send_check = tcp_v4_send_check,
/linux-2.6.39/include/net/
Dtcp.h406 extern void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb);
/linux-2.6.39/net/ipv6/
Dtcp_ipv6.c1922 .send_check = tcp_v4_send_check,