Searched refs:ipv6h (Results 1 – 3 of 3) sorted by relevance
210 decode_ipv6_n_hash(const struct ip6_hdr *ipv6h, uint8_t hash_split, uint8_t seed) in decode_ipv6_n_hash() argument216 saddr = ipv6h->ip6_src.s6_addr[0] | in decode_ipv6_n_hash()217 (ipv6h->ip6_src.s6_addr[1] << 8) | in decode_ipv6_n_hash()218 (ipv6h->ip6_src.s6_addr[2] << 16) | in decode_ipv6_n_hash()219 (ipv6h->ip6_src.s6_addr[3] << 24); in decode_ipv6_n_hash()220 daddr = ipv6h->ip6_dst.s6_addr[0] | in decode_ipv6_n_hash()221 (ipv6h->ip6_dst.s6_addr[1] << 8) | in decode_ipv6_n_hash()222 (ipv6h->ip6_dst.s6_addr[2] << 16) | in decode_ipv6_n_hash()223 (ipv6h->ip6_dst.s6_addr[3] << 24); in decode_ipv6_n_hash()234 switch(ntohs(ipv6h->ip6_ctlun.ip6_un1.ip6_un1_nxt)) { in decode_ipv6_n_hash()[all …]
28 struct ip6_hdr ipv6h; member122 os_memcpy(&saddr, &msg->ipv6h.ip6_src, sizeof(saddr)); in handle_ndisc()
71 struct ipv6hdr *ipv6h = in iwl_mvm_tx_csum() local 73 unsigned int off = sizeof(*ipv6h); in iwl_mvm_tx_csum() 75 protocol = ipv6h->nexthdr; in iwl_mvm_tx_csum()