Lines Matching defs:daddr
35 const struct in6_addr *daddr,
42 &ipv6_hdr(skb)->daddr,
48 const struct in6_addr *daddr,
51 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_TCP, base);
56 const struct in6_addr *daddr)
60 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0);
71 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
76 const struct in6_addr *daddr,
79 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, base);
84 const struct in6_addr *daddr, int len);