Searched refs:tcp_v6_check (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | tcp_ipv6.c | 421 static __inline__ u16 tcp_v6_check(struct tcphdr *th, int len, in tcp_v6_check() function 901 th->check = tcp_v6_check(th, skb->len, in tcp_v6_send_synack() 1418 if (!tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, in tcp_v6_checksum_init() 1424 if (tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, in tcp_v6_checksum_init() 1429 skb->csum = ~tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, in tcp_v6_checksum_init()
|