Searched refs:icmp6 (Results 1 – 11 of 11) sorted by relevance
44 static struct icmp6hdr icmp6 = { variable64 iov.iov_base = &icmp6; in do_send()65 iov.iov_len = sizeof(icmp6); in do_send()
4057 run_cmd ip6tables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with icmp6-port-unreachable4058 run_cmd ip6tables -A INPUT -p udp --dport 12345 -j REJECT --reject-with icmp6-port-unreachable
659 struct icmp6hdr icmp6; in process_icmpv6() local663 if (bpf_dynptr_read(&icmp6, sizeof(icmp6), dynptr, *offset, 0)) { in process_icmpv6()669 if (icmp6.icmp6_type == ICMPV6_ECHO_REPLY) { in process_icmpv6()674 if (icmp6.icmp6_type == ICMPV6_ECHO_REQUEST) { in process_icmpv6()678 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
765 struct icmp6hdr icmp6; in process_icmpv6() local766 if (!buf_copy(pkt, &icmp6, sizeof(icmp6))) { in process_icmpv6()772 if (icmp6.icmp6_type == ICMPV6_ECHO_REPLY) { in process_icmpv6()777 if (icmp6.icmp6_type == ICMPV6_ECHO_REQUEST) { in process_icmpv6()781 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
838 struct icmp6hdr icmp6; in nf_nat_icmpv6_reply_translation() member854 if (inside->icmp6.icmp6_type == NDISC_REDIRECT) { in nf_nat_icmpv6_reply_translation()873 if (!nf_nat_ipv6_manip_pkt(skb, hdrlen + sizeof(inside->icmp6), in nf_nat_icmpv6_reply_translation()881 inside->icmp6.icmp6_cksum = 0; in nf_nat_icmpv6_reply_translation()882 inside->icmp6.icmp6_cksum = in nf_nat_icmpv6_reply_translation()
78 struct icmp6hdr *icmp6 = (struct icmp6hdr *) (skb->data + offset); in icmpv6_err() local88 if (icmp6->icmp6_type == ICMPV6_ECHO_REQUEST) in icmpv6_err()
428 struct icmp6hdr *icmp6; in ip6_forward_proxy_check() local434 icmp6 = (struct icmp6hdr *)(skb_network_header(skb) + offset); in ip6_forward_proxy_check()436 switch (icmp6->icmp6_type) { in ip6_forward_proxy_check()
3368 struct icmp6hdr icmp6; in bond_na_rcv() member3377 (combined->icmp6.icmp6_type != NDISC_NEIGHBOUR_SOLICITATION && in bond_na_rcv()3378 combined->icmp6.icmp6_type != NDISC_NEIGHBOUR_ADVERTISEMENT)) in bond_na_rcv()5259 struct icmp6hdr icmp6; in bond_should_broadcast_neighbor() member5276 (combined->icmp6.icmp6_type == NDISC_NEIGHBOUR_SOLICITATION || in bond_should_broadcast_neighbor()5277 combined->icmp6.icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT)) in bond_should_broadcast_neighbor()
519 $MZ -6 $h1 -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp6 type=128 -q
645 $MZ -6 $h1 -Q $vid -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp6 type=128 -q
1323 struct icmp6hdr *icmp6 = icmp6_hdr((*skb)); in be_send_pkt_to_bmc() local1325 switch (icmp6->icmp6_type) { in be_send_pkt_to_bmc()