Searched refs:ipv6 (Results 501 - 525 of 718) sorted by relevance

<<212223242526272829

/linux-master/net/netfilter/
H A Dnf_conncount.c18 #include <linux/ipv6.h>
H A Dxt_hashlimit.c27 #include <linux/ipv6.h>
28 #include <net/ipv6.h>
H A Dnf_nat_proto.c21 #include <linux/ipv6.h>
27 #include <net/ipv6.h>
/linux-master/net/sched/
H A Dact_csum.c21 #include <net/ipv6.h>
/linux-master/include/net/
H A Dbonding.h30 #include <net/ipv6.h>
H A Dgro.h8 #include <linux/ipv6.h>
H A Dip_vs.h26 #include <linux/ipv6.h> /* for struct ipv6hdr */
27 #include <net/ipv6.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c13 #include <linux/ipv6.h>
111 * the inner is ipv6, but the outer expects an ipv4 header as
/linux-master/drivers/net/wireguard/
H A Dreceive.c15 #include <linux/ipv6.h>
423 net_dbg_ratelimited("%s: Packet is neither ipv4 nor ipv6 from peer %llu (%pISpfsc)\n",
/linux-master/kernel/bpf/
H A Dlpm_trie.c15 #include <net/ipv6.h>
/linux-master/net/ipv4/
H A Dinet_fragment.c7 * ipv6/reassembly. and ipv6 nf conntrack reassembly
25 #include <net/ipv6.h>
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf.h17 #include <linux/ipv6.h>
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c9 #include <linux/ipv6.h>
/linux-master/net/batman-adv/
H A Dmain.c22 #include <linux/ipv6.h>
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh378 ip netns exec "$nsrouter" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
401 # we ping ${ns2} from ${ns1} via ${nsrouter} using ipv4 and ipv6, so:
/linux-master/fs/lockd/
H A Dhost.c24 #include <net/ipv6.h>
/linux-master/net/9p/
H A Dtrans_virtio.c19 #include <linux/ipv6.h>
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c36 #include <linux/ipv6.h>
647 WARN_ONCE(1, "Non ipv4/ipv6 inner pkt for encap offload");
1320 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; local
1338 &ipv4_csum_ok, &ipv6, &ipv4, &ipv4_fragment,
1418 (ipv4_csum_ok || ipv6)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c1192 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6), saddr, 16);
1194 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6), 0xff, 16);
1199 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6), daddr, 16);
1201 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6), 0xff, 16);
/linux-master/net/ipv6/
H A Dioam6_iptunnel.c20 #include <net/ipv6.h>
H A Dseg6_iptunnel.c113 int do_flowlabel = net->ipv6.sysctl.seg6_flowlabel;
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c116 nk->addr.u.ipv6 = nhc->nhc_gw.ipv6;
381 /* TODO: ECMP in ipv6 is several routes.
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh544 check_err $? "ipv6 neigh entry not marked as offloaded when should"
559 sysctl_set net.ipv6.conf.$swp2.keep_addr_on_down 1
574 check_err $? "ipv6 nexthop not marked as offloaded when should"
584 check_err $? "ipv6 nexthop marked as offloaded when should not"
594 check_err $? "ipv6 nexthop not marked as offloaded after neigh add"
603 sysctl_restore net.ipv6.conf.$swp2.keep_addr_on_down
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c724 HINIC_RSS_TYPE_SET(rss_type.ipv6, IPV6) |
787 rss_type->ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6);
/linux-master/net/openvswitch/
H A Dflow_table.c25 #include <linux/ipv6.h>
34 #include <net/ipv6.h>

Completed in 401 milliseconds

<<212223242526272829