Searched refs:ipv6 (Results 151 - 175 of 714) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_next_csid_l3vpn_test.sh518 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
519 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
520 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
527 # build an ipv6 prefix/address based on the input string
687 # build the full ipv6 address for the container
750 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
751 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
774 # set default routes to unreachable for both ipv6 and ipv4
790 sysctl -wq net.ipv6.conf."${RT2HS_DEVNAME}".proxy_ndp=1
H A Dsrv6_end_x_next_csid_l3vpn_test.sh458 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
459 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
460 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
569 # build an ipv6 prefix/address based on the input string
747 # build the full ipv6 address for the container
810 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
811 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
834 # set default routes to unreachable for both ipv6 and ipv4
850 sysctl -wq net.ipv6.conf."${RT2HS_DEVNAME}".proxy_ndp=1
H A Dsrv6_end_dt4_l3vpn_test.sh230 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
231 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
H A Dsctp_vrf.sh23 ip net exec $CLIENT_NS1 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
24 ip net exec $CLIENT_NS2 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
25 ip net exec $SERVER_NS sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
/linux-master/fs/smb/client/
H A Dcifs_swn.c443 struct sockaddr_in6 *ipv6 = (struct sockaddr_in6 *)old; local
445 port = ipv6->sin6_port;
453 struct sockaddr_in6 *ipv6 = (struct sockaddr_in6 *)new; local
455 ipv6->sin6_port = port;
512 struct sockaddr_in6 *ipv6 = (struct sockaddr_in6 *)addr; local
517 cifs_dbg(FYI, "%s: move to %pI6\n", __func__, &ipv6->sin6_addr);
/linux-master/net/netfilter/
H A Dxt_l2tp.c12 #include <linux/ipv6.h>
13 #include <net/ipv6.h>
290 const struct ip6t_ip6 *ip = &e->ipv6;
H A Dxt_dscp.c10 #include <linux/ipv6.h>
H A Dxt_HL.c13 #include <linux/ipv6.h>
H A Dxt_LOG.c16 #include <net/ipv6.h>
H A Dnft_reject_inet.c15 #include <net/netfilter/ipv6/nf_reject.h>
/linux-master/drivers/net/netdevsim/
H A Dfib.c48 struct nsim_per_fib_data ipv6; member in struct:nsim_fib_data
149 entry = &fib_data->ipv6.fib;
152 entry = &fib_data->ipv6.rules;
177 entry = &fib_data->ipv6.fib;
180 entry = &fib_data->ipv6.rules;
220 err = nsim_fib_rule_account(&data->ipv6.rules, add, extack);
702 nsim_fib_account(&data->ipv6.fib, false);
715 err = nsim_fib_account(&data->ipv6.fib, false);
954 err = nsim_fib_account(&data->ipv6.fib, true);
966 nsim_fib_account(&data->ipv6
[all...]
/linux-master/include/net/
H A Dinetpeer.h16 #include <net/ipv6.h>
/linux-master/net/netfilter/ipset/
H A Dip_set_getport.c18 #include <net/ipv6.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_ip_encap.c6 #include <linux/ipv6.h>
/linux-master/net/rds/
H A Dtransport.c36 #include <linux/ipv6.h>
/linux-master/net/ipv6/
H A Dip6_icmp.c8 #include <net/ipv6.h>
H A Dmcast_snoop.c2 /* Copyright (C) 2010: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
9 #include <net/ipv6.h>
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_exceptions.sh311 "33:33:00:00:00:03" "ipv6" "-6"
363 __reject_route_test "IPv6" 2001:db8:2::1 "ipv6" "icmpv6" 1 0 \
497 sysctl_set net.ipv6.conf.$rp1.keep_addr_on_down 1
498 sysctl_set net.ipv6.conf.$rp2.keep_addr_on_down 1
515 sysctl_restore net.ipv6.conf.$rp2.keep_addr_on_down
516 sysctl_restore net.ipv6.conf.$rp1.keep_addr_on_down
H A Dtc_flower_scale.sh78 prot ipv6 \
/linux-master/include/net/netfilter/
H A Dnf_tables_offload.h48 struct flow_dissector_key_ipv6_addrs ipv6; member in union:nft_flow_key::__anon261
H A Dnf_tables_ipv6.h6 #include <net/ipv6.h>
/linux-master/net/6lowpan/
H A Dnhc.c11 #include <net/ipv6.h>
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.h28 struct in6_addr ipv6; member in union:prestera_ip_addr::__anon1008
/linux-master/net/ipv6/netfilter/
H A Dnft_dup_ipv6.c13 #include <net/netfilter/ipv6/nf_dup_ipv6.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c111 src_ipv4_src_ipv6.ipv6_layout.ipv6),
115 dst_ipv4_dst_ipv6.ipv6_layout.ipv6),
119 src_ipv4_src_ipv6.ipv6_layout.ipv6),
123 dst_ipv4_dst_ipv6.ipv6_layout.ipv6),

Completed in 263 milliseconds

1234567891011>>