Lines Matching defs:saddr
34 __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
41 return ~csum_unfold(csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
47 const struct in6_addr *saddr,
51 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_TCP, base);
55 const struct in6_addr *saddr,
60 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0);
71 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
75 const struct in6_addr *saddr,
79 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, base);
83 const struct in6_addr *saddr,