Searched refs:ipv6 (Results 76 - 100 of 714) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireguard/
H A Dallowedips.h11 #include <linux/ipv6.h>
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_ipv6.sh6 ADDR_FAMILY=ipv6
H A Dtc_police_scale.sh44 prot ipv6 \
H A Ddevlink_trap_tunnel_ipip6.sh159 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
180 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower
192 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
211 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower
H A Ddevlink_trap_tunnel_vxlan_ipv6.sh173 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
192 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower
248 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
266 tc filter del dev $swp1 egress protocol ipv6 pref 1 handle 101 flower
319 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \
333 devlink_trap_drop_cleanup $mz_pid $swp1 "ipv6" 1 101
/linux-master/net/ipv6/netfilter/
H A Dnft_reject_ipv6.c17 #include <net/netfilter/ipv6/nf_reject.h>
/linux-master/net/6lowpan/
H A Dnhc.h10 #include <net/ipv6.h>
17 * @_nexthdr: ipv6 nexthdr field for the header compression.
18 * @_nexthdrlen: ipv6 nexthdr len for the reserved space.
54 * @nexthdrlen: ipv6 nexthdr len for the reserved space.
72 * lowpan_nhc_by_nexthdr - return the 6lowpan nhc by ipv6 nexthdr.
74 * @nexthdr: ipv6 nexthdr value.
/linux-master/net/netfilter/
H A Dxt_length.c8 #include <linux/ipv6.h>
H A Dnf_conntrack_bpf.c40 * or sizeof(tuple->ipv6)
85 case sizeof(bpf_tuple->ipv6):
87 memcpy(src->ip6, bpf_tuple->ipv6.saddr, sizeof(bpf_tuple->ipv6.saddr));
88 sport->tcp.port = bpf_tuple->ipv6.sport;
89 memcpy(dst->ip6, bpf_tuple->ipv6.daddr, sizeof(bpf_tuple->ipv6.daddr));
90 dport->tcp.port = bpf_tuple->ipv6.dport;
244 * sizeof(bpf_tuple->ipv6)
278 * sizeof(bpf_tuple->ipv6)
[all...]
/linux-master/net/sctp/
H A DMakefile25 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
/linux-master/net/core/
H A Dnetpoll.c414 if (np->ipv6)
436 if (np->ipv6) {
507 if (np->ipv6)
513 if (np->ipv6)
544 int ipv6; local
562 ipv6 = netpoll_parse_ip_addr(cur, &np->local_ip);
563 if (ipv6 < 0)
566 np->ipv6 = (bool)ipv6;
598 ipv6
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h12 #include <linux/ipv6.h>
H A Dxdpwall.c10 #include <linux/ipv6.h>
97 struct ipv6hdr *ipv6; member in union:pkt_info::__anon4675
153 filter_ipv6_addr(&info->ip.ipv6->saddr);
281 info->ip.ipv6 = inner_ip6h;
307 info->ip.ipv6 = ip6h;
/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh6 ipv6=true
21 ipv6=false
57 $ipv6 || return 0
78 $ipv6 || return 0
/linux-master/tools/testing/selftests/net/
H A Dtraceroute.sh84 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1
85 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1
86 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1
87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
H A Dsrv6_hencap_red_l3vpn_test.sh387 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
388 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
389 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
441 # set default routes to unreachable for both ipv4 and ipv6
522 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
523 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
554 sysctl -wq net.ipv6.conf."${RT2HS_DEVNAME}".proxy_ndp=1
H A Dsrv6_end_flavors_test.sh445 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
446 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
447 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
589 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
590 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
607 sysctl -wq net.ipv6.conf."${RT2HS_DEVNAME}".proxy_ndp=1
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c57 " -6, --ipv6\n"
491 static int do_standalone_mode(int daemonize, int ipv4, int ipv6) argument
523 if (ipv4 && ipv6)
590 { "ipv6", no_argument, NULL, '6' },
609 int ipv4 = 0, ipv6 = 0; local
633 ipv6 = 1;
663 if (!ipv4 && !ipv6)
664 ipv4 = ipv6 = 1;
668 rc = do_standalone_mode(daemonize, ipv4, ipv6);
/linux-master/net/ipv6/
H A Dxfrm6_policy.c22 #include <net/ipv6.h>
204 hdr = register_net_sysctl_sz(net, "net/ipv6", table,
209 net->ipv6.sysctl.xfrm6_hdr = hdr;
223 if (!net->ipv6.sysctl.xfrm6_hdr)
226 table = net->ipv6.sysctl.xfrm6_hdr->ctl_table_arg;
227 unregister_net_sysctl_table(net->ipv6.sysctl.xfrm6_hdr);
H A Dproc.c12 * YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
16 #include <linux/ipv6.h>
27 #include <net/ipv6.h>
47 atomic_read(&net->ipv6.fqdir->rhashtable.nelems),
48 frag_mem_limit(net->ipv6.fqdir));
53 /* ipv6 mib according to RFC 2465 */
238 snmp6_seq_show_item64(seq, idev->stats.ipv6,
H A Daddrconf.c72 #include <net/ipv6.h>
343 idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT);
344 if (!idev->stats.ipv6)
349 addrconf_stats = per_cpu_ptr(idev->stats.ipv6, i);
368 free_percpu(idev->stats.ipv6);
391 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf));
676 devconf = net->ipv6.devconf_all;
679 devconf = net->ipv6.devconf_dflt;
719 u32 res = atomic_read(&net->ipv6.dev_addr_genid) +
775 net->ipv6
[all...]
/linux-master/net/tipc/
H A Dudp_media.c71 * @ipv6: IPv6 address of neighbor
78 struct in6_addr ipv6; member in union:udp_media_addr::__anon4014
112 return ipv6_addr_is_multicast(&addr->ipv6);
137 snprintf(buf, size, "%pI6:%u", &ua->ipv6, ntohs(ua->port));
203 .daddr = dst->ipv6,
204 .saddr = src->ipv6,
218 &src->ipv6, &dst->ipv6, 0, ttl, 0,
324 pr_info("New replicast peer: %pI6\n", &rcast->addr.ipv6);
354 src.ipv6
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c155 hv1 = e->ipv6.src_ip[3] ^ e->ipv6.dest_ip[3];
156 hv1 ^= e->ipv6.ports;
158 hv2 = e->ipv6.src_ip[2] ^ e->ipv6.dest_ip[2];
159 hv2 ^= e->ipv6.dest_ip[0];
161 hv3 = e->ipv6.src_ip[1] ^ e->ipv6.dest_ip[1];
162 hv3 ^= e->ipv6.src_ip[0];
190 return &entry->ipv6
[all...]
/linux-master/samples/bpf/
H A Dtc_l2_redirect.sh11 IPV6_DISABLED=$(< /proc/sys/net/ipv6/conf/all/disable_ipv6)
12 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)
67 sysctl -q -w net.ipv6.conf.all.forwarding=1
68 sysctl -q -w net.ipv6.conf.all.disable_ipv6=0
81 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING
82 sysctl -q -w net.ipv6.conf.all.disable_ipv6=$IPV6_DISABLED
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.c55 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6),
58 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6),
61 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6),
64 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6),
223 src_ipv4_src_ipv6.ipv6_layout.ipv6),
226 dst_ipv4_dst_ipv6.ipv6_layout.ipv6),

Completed in 230 milliseconds

1234567891011>>