Lines Matching defs:daddr
35 const struct in6_addr *daddr,
42 &ipv6_hdr(skb)->daddr,
50 return ~csum_unfold(csum_ipv6_magic(&iph->saddr, &iph->daddr,
56 const struct in6_addr *daddr,
59 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_TCP, base);
64 const struct in6_addr *daddr)
69 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0);
73 th->check = tcp_v6_check(skb->len, saddr, daddr,
85 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
90 const struct in6_addr *daddr,
93 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, base);
98 const struct in6_addr *daddr, int len);