Searched refs:ipv6 (Results 51 - 75 of 718) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt6_l3vpn_test.sh234 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
235 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
241 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.forwarding=1
254 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
255 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
268 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0
269 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
276 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.${rtveth}.proxy_ndp=1
H A Dsrv6_end_dt46_l3vpn_test.sh264 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
265 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
272 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.forwarding=1
285 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
286 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
305 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0
306 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
314 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.${rtveth}.proxy_ndp=1
361 # set default routes to unreachable for both ipv4 and ipv6
/linux-master/net/ipv6/
H A Dicmp.c54 #include <net/ipv6.h>
172 if (!test_bit(type, net->ipv6.sysctl.icmpv6_ratemask))
216 int tmo = net->ipv6.sysctl.icmpv6_time;
223 peer = inet_getpeer_v6(net->ipv6.peers, &fl6->daddr, 1);
367 if (!READ_ONCE(net->ipv6.sysctl.icmpv6_error_anycast_as_unicast) &&
731 net->ipv6.sysctl.icmpv6_echo_ignore_multicast)
737 if (acast && net->ipv6.sysctl.icmpv6_echo_ignore_anycast)
741 !(net->ipv6.sysctl.anycast_src_echo_reply && acast))
753 if (net->ipv6.sysctl.flowlabel_reflect & FLOWLABEL_REFLECT_ICMPV6_ECHO_REPLIES)
938 if (!net->ipv6
[all...]
H A Droute.c47 #include <net/ipv6.h>
344 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev,
349 atomic_inc(&net->ipv6.rt6_stats->fib_rt_alloc);
567 res->f6i = net->ipv6.fib6_null_entry;
581 res->f6i = net->ipv6.fib6_null_entry;
877 if (!leaf || leaf == net->ipv6.fib6_null_entry)
916 res->f6i = net->ipv6.fib6_null_entry;
1178 rt = net->ipv6.ip6_null_entry;
1209 nrt = dev_net(dev)->ipv6.ip6_null_entry;
1229 res.f6i = net->ipv6
[all...]
H A Daf_inet6.c44 #include <net/ipv6.h>
227 inet6_assign_bit(REPFLOW, sk, net->ipv6.sysctl.flowlabel_reflect &
229 sk->sk_ipv6only = net->ipv6.sysctl.bindv6only;
958 net->ipv6.sysctl.bindv6only = 0;
959 net->ipv6.sysctl.icmpv6_time = 1*HZ;
960 net->ipv6.sysctl.icmpv6_echo_ignore_all = 0;
961 net->ipv6.sysctl.icmpv6_echo_ignore_multicast = 0;
962 net->ipv6.sysctl.icmpv6_echo_ignore_anycast = 0;
963 net->ipv6.sysctl.icmpv6_error_anycast_as_unicast = 0;
969 bitmap_set(net->ipv6
[all...]
/linux-master/arch/um/drivers/
H A Dvector_transports.c34 bool ipv6; member in struct:uml_gre_data
55 bool ipv6; member in struct:uml_l2tpv3_data
137 if ((!td->udp) && (!td->ipv6))
172 if (!td->ipv6)
264 td->ipv6 = false;
267 td->ipv6 = true;
297 if (!td->ipv6)
328 td->ipv6 = false;
331 td->ipv6 = true;
394 if ((!td->ipv6)
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh116 $0 ipv6 ip6tnl none 100
119 $0 ipv6 sit none 100
125 $0 ipv6 ip6vxlan eth 2000
132 $0 ipv6 ip6gre $mac 100
138 $0 ipv6 ip6gre $mac 2000
144 $0 ipv6 ip6udp $mac 100
150 $0 ipv6 ip6udp $mac 2000
159 echo " or: $0 <ipv4|ipv6> <tuntype> <none|mpls|eth> <data_len>"
175 "ipv6")
H A Dtest_lwt_seg6local.sh137 ip netns exec ${NS1} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
138 ip netns exec ${NS2} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
139 ip netns exec ${NS3} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
140 ip netns exec ${NS4} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
141 ip netns exec ${NS5} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
143 ip netns exec ${NS6} sysctl net.ipv6.conf.all.seg6_enabled=1 > /dev/null
144 ip netns exec ${NS6} sysctl net.ipv6.conf.lo.seg6_enabled=1 > /dev/null
145 ip netns exec ${NS6} sysctl net.ipv6.conf.veth10.seg6_enabled=1 > /dev/null
/linux-master/net/openvswitch/
H A Dflow.c22 #include <linux/ipv6.h>
33 #include <net/ipv6.h>
251 * @nh: ipv6 header
400 get_ipv6_ext_hdrs(skb, nh, &key->ipv6.exthdrs);
405 key->ipv6.label = *(__be32 *)nh & htonl(IPV6_FLOWINFO_FLOWLABEL);
406 key->ipv6.addr.src = nh->saddr;
407 key->ipv6.addr.dst = nh->daddr;
572 memset(&key->ipv6.nd, 0, sizeof(key->ipv6.nd));
584 key->ipv6
[all...]
/linux-master/tools/testing/selftests/drivers/net/microchip/
H A Dksz9477_qos.sh36 sysctl_set net.ipv6.conf.${h1}.disable_ipv6 1
43 sysctl_restore net.ipv6.conf.${h1}.disable_ipv6
50 sysctl_set net.ipv6.conf.${h2}.disable_ipv6 1
56 sysctl_restore net.ipv6.conf.${h2}.disable_ipv6
64 sysctl_set net.ipv6.conf.${swp1}.disable_ipv6 1
65 sysctl_set net.ipv6.conf.${swp2}.disable_ipv6 1
72 sysctl_set net.ipv6.conf.br0.disable_ipv6 1
77 sysctl_restore net.ipv6.conf.${swp2}.disable_ipv6
78 sysctl_restore net.ipv6.conf.${swp1}.disable_ipv6
210 # For the testis with ipv4 or ipv6, us
[all...]
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh37 v6gc1=$(sysctl -n net.ipv6.neigh.default.gc_thresh1 2>/dev/null)
38 v6gc2=$(sysctl -n net.ipv6.neigh.default.gc_thresh2 2>/dev/null)
39 v6gc3=$(sysctl -n net.ipv6.neigh.default.gc_thresh3 2>/dev/null)
48 sysctl -q net.ipv6.neigh.default.gc_thresh1="$v6gc1" 2>/dev/null
49 sysctl -q net.ipv6.neigh.default.gc_thresh2="$v6gc2" 2>/dev/null
50 sysctl -q net.ipv6.neigh.default.gc_thresh3="$v6gc3" 2>/dev/null
68 sysctl -q net.ipv6.neigh.default.gc_thresh1=512 2>/dev/null
69 sysctl -q net.ipv6.neigh.default.gc_thresh2=1024 2>/dev/null
70 sysctl -q net.ipv6.neigh.default.gc_thresh3=4096 2>/dev/null
180 ip netns exec "$gw" sysctl -q net.ipv6
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c8 #include <uapi/linux/ipv6.h>
28 struct ipv6hdr *ipv6; local
42 ipv6 = (void *)(skb->data + sizeof(struct ethhdr));
46 if (!memcmp(&ipv6->saddr, &ipv6->daddr,
/linux-master/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c72 if (!(e->ipv6.flags & IP6T_F_PROTO) ||
73 e->ipv6.proto != IPPROTO_TCP ||
74 e->ipv6.invflags & XT_INV_PROTO)
H A Dnf_defrag_ipv6_hooks.c7 #include <linux/ipv6.h>
24 #include <net/netfilter/ipv6/nf_conntrack_ipv6.h>
27 #include <net/netfilter/ipv6/nf_defrag_ipv6.h>
H A Dip6t_ipv6header.c13 #include <linux/ipv6.h>
16 #include <net/ipv6.h>
H A Dip6t_ah.c10 #include <linux/ipv6.h>
13 #include <net/ipv6.h>
/linux-master/net/core/
H A Dtso.c15 if (!tso->ipv6) {
73 tso->ipv6 = vlan_get_protocol(skb) == htons(ETH_P_IPV6);
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.sh14 ip netns exec at_ns0 sysctl -q net.ipv6.conf.veth0.disable_ipv6=0
18 sysctl -q net.ipv6.conf.veth0b.disable_ipv6=0
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_occ.sh82 tc filter add dev $swp1 ingress pref 2 handle 103 proto ipv6 \
85 tc filter add dev $swp1 ingress pref 2 handle 104 proto ipv6 \
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter_mpath_nh_lib.sh115 sysctl_set net.ipv6.fib_multipath_hash_policy 1
118 sysctl_restore net.ipv6.fib_multipath_hash_policy
/linux-master/net/smc/
H A Dsmc_tracepoint.h9 #include <linux/ipv6.h>
12 #include <net/ipv6.h>
/linux-master/net/dccp/
H A DMakefile21 dccp_ipv6-y := ipv6.o
/linux-master/net/rxrpc/
H A Dutils.c9 #include <linux/ipv6.h>
/linux-master/include/net/
H A Dseg6_hmac.h16 #include <linux/ipv6.h>
/linux-master/net/netfilter/
H A Dxt_pkttype.c11 #include <linux/ipv6.h>

Completed in 517 milliseconds

1234567891011>>