icmp6h 988 net/bridge/br_multicast.c struct icmp6hdr *icmp6h; icmp6h 996 net/bridge/br_multicast.c if (!ipv6_mc_may_pull(skb, sizeof(*icmp6h))) icmp6h 999 net/bridge/br_multicast.c icmp6h = icmp6_hdr(skb); icmp6h 1000 net/bridge/br_multicast.c num = ntohs(icmp6h->icmp6_dataun.un_data16[1]); icmp6h 1001 net/bridge/br_multicast.c len = skb_transport_offset(skb) + sizeof(*icmp6h); icmp6h 250 net/bridge/netfilter/nft_reject_bridge.c struct icmp6hdr *icmp6h; icmp6h 277 net/bridge/netfilter/nft_reject_bridge.c icmp6h = skb_put_zero(nskb, sizeof(struct icmp6hdr)); icmp6h 278 net/bridge/netfilter/nft_reject_bridge.c icmp6h->icmp6_type = ICMPV6_DEST_UNREACH; icmp6h 279 net/bridge/netfilter/nft_reject_bridge.c icmp6h->icmp6_code = code; icmp6h 284 net/bridge/netfilter/nft_reject_bridge.c icmp6h->icmp6_cksum = icmp6h 288 net/bridge/netfilter/nft_reject_bridge.c csum_partial(icmp6h, icmp6h 254 net/ipv6/icmp.c struct icmp6hdr *icmp6h; icmp6h 260 net/ipv6/icmp.c icmp6h = icmp6_hdr(skb); icmp6h 261 net/ipv6/icmp.c memcpy(icmp6h, thdr, sizeof(struct icmp6hdr)); icmp6h 262 net/ipv6/icmp.c icmp6h->icmp6_cksum = 0; icmp6h 265 net/ipv6/icmp.c skb->csum = csum_partial(icmp6h, icmp6h 267 net/ipv6/icmp.c icmp6h->icmp6_cksum = csum_ipv6_magic(&fl6->saddr, icmp6h 278 net/ipv6/icmp.c tmp_csum = csum_partial(icmp6h, icmp6h 280 net/ipv6/icmp.c icmp6h->icmp6_cksum = csum_ipv6_magic(&fl6->saddr, icmp6h 475 net/ipv6/ndisc.c struct icmp6hdr *icmp6h = icmp6_hdr(skb); icmp6h 478 net/ipv6/ndisc.c type = icmp6h->icmp6_type; icmp6h 494 net/ipv6/ndisc.c icmp6h->icmp6_cksum = csum_ipv6_magic(saddr, daddr, skb->len, icmp6h 496 net/ipv6/ndisc.c csum_partial(icmp6h, icmp6h 1123 net/ipv6/ndisc.c struct icmp6hdr *icmp6h = (struct icmp6hdr *)skb_transport_header(ra); icmp6h 1147 net/ipv6/ndisc.c ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type; icmp6h 1148 net/ipv6/ndisc.c ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code; icmp6h 137 net/netfilter/nf_conntrack_proto_icmpv6.c const struct icmp6hdr *icmp6h; icmp6h 141 net/netfilter/nf_conntrack_proto_icmpv6.c icmp6h = skb_header_pointer(skb, dataoff, sizeof(_ih), &_ih); icmp6h 142 net/netfilter/nf_conntrack_proto_icmpv6.c if (icmp6h == NULL) { icmp6h 154 net/netfilter/nf_conntrack_proto_icmpv6.c type = icmp6h->icmp6_type - 130; icmp6h 162 net/netfilter/nf_conntrack_proto_icmpv6.c if (icmp6h->icmp6_type >= 128) icmp6h 167 net/netfilter/nf_conntrack_proto_icmpv6.c dataoff += sizeof(*icmp6h); icmp6h 151 net/netfilter/xt_HMARK.c struct icmp6hdr *icmp6h, _ih6; icmp6h 153 net/netfilter/xt_HMARK.c icmp6h = skb_header_pointer(skb, *offset, sizeof(_ih6), &_ih6); icmp6h 154 net/netfilter/xt_HMARK.c if (icmp6h == NULL) icmp6h 157 net/netfilter/xt_HMARK.c if (icmp6h->icmp6_type && icmp6h->icmp6_type < 128) { icmp6h 188 net/sched/act_csum.c struct icmp6hdr *icmp6h; icmp6h 191 net/sched/act_csum.c icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); icmp6h 192 net/sched/act_csum.c if (icmp6h == NULL) icmp6h 196 net/sched/act_csum.c icmp6h->icmp6_cksum = 0; icmp6h 197 net/sched/act_csum.c skb->csum = csum_partial(icmp6h, ipl - ihl, 0); icmp6h 198 net/sched/act_csum.c icmp6h->icmp6_cksum = csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr,