/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 13 #include <net/ipv6.h>
|
H A D | ip_set_hash_netport.c | 13 #include <net/ipv6.h>
|
H A D | ip_set_hash_net.c | 13 #include <net/ipv6.h>
|
H A D | ip_set_hash_ipport.c | 13 #include <net/ipv6.h>
|
H A D | ip_set_hash_ipportip.c | 13 #include <net/ipv6.h>
|
/kernel/linux/linux-6.6/net/core/ |
H A D | utils.c | 29 #include <net/ipv6.h>
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ioam6_iptunnel.c | 20 #include <net/ipv6.h>
|
H A D | ip6_offload.c | 14 #include <net/ipv6.h> 23 /* All GRO functions are always builtin, except UDP over ipv6, which lays in 24 * ipv6 module, as it depends on UDPv6 lookup function, so we need special care 25 * when ipv6 is built as a module
|
H A D | esp6_offload.c | 29 #include <net/ipv6.h>
|
H A D | seg6_hmac.c | 28 #include <net/ipv6.h> 134 pr_debug("sr-ipv6: __do_hmac: digest size too big (%d / %d)\n", in __do_hmac() 141 pr_debug("sr-ipv6: crypto_shash_setkey failed: err %d\n", ret); in __do_hmac() 150 pr_debug("sr-ipv6: crypto_shash_digest failed: err %d\n", ret); in __do_hmac()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 690 * Get the address of default gateway (ipv6). in kvp_get_ipconfig_info() 696 * Execute the command to gather gateway info (ipv6). in kvp_get_ipconfig_info() 1308 * [ipv6] in kvp_set_ip_info() 1316 * The host can specify multiple ipv4 and ipv6 addresses to be in kvp_set_ip_info() 1425 error = fprintf(nmfile, "\n[ipv6]\n"); in kvp_set_ip_info() 1458 /* we do not want ipv4 addresses in ipv6 section and vice versa */ in kvp_set_ip_info()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_ftp.c | 6 * (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.org> 17 #include <linux/ipv6.h>
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 134 # if ipv6 is used 135 vpath %.c lwip/src/core/ipv6/
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | authsrv.c | 113 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 36 #include <linux/ipv6.h> 647 WARN_ONCE(1, "Non ipv4/ipv6 inner pkt for encap offload"); in enic_preload_tcp_csum_encap() 1308 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in enic_rq_indicate_buf() local 1326 &ipv4_csum_ok, &ipv6, &ipv4, &ipv4_fragment, in enic_rq_indicate_buf() 1406 (ipv4_csum_ok || ipv6)) { in enic_rq_indicate_buf()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 1622 bool ipv4, ipv6; in i40e_rx_checksum() local 1652 ipv6 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 1661 if (ipv6 && in i40e_rx_checksum() 2692 struct ipv6hdr *ipv6; in i40e_atr() member 2727 /* find the start of the innermost ipv6 header */ in i40e_atr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_fs.c | 955 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6), saddr, 16); in setup_fte_addr6() 957 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6), 0xff, 16); in setup_fte_addr6() 962 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6), daddr, 16); in setup_fte_addr6() 964 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6), 0xff, 16); in setup_fte_addr6()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | macsec_fs.c | 1955 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6), in set_ipaddr_spec_v6() 1958 outer_headers.dst_ipv4_dst_ipv6.ipv6_layout.ipv6), in set_ipaddr_spec_v6() 1962 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6), in set_ipaddr_spec_v6() 1965 outer_headers.src_ipv4_src_ipv6.ipv6_layout.ipv6), in set_ipaddr_spec_v6()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 36 #include <linux/ipv6.h> 647 WARN_ONCE(1, "Non ipv4/ipv6 inner pkt for encap offload"); in enic_preload_tcp_csum_encap() 1308 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in enic_rq_indicate_buf() local 1326 &ipv4_csum_ok, &ipv6, &ipv4, &ipv4_fragment, in enic_rq_indicate_buf() 1406 (ipv4_csum_ok || ipv6)) { in enic_rq_indicate_buf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 44 * ipv6 and port nat (5) + tuple fields (4) + nic mode zone restore (1) = 10. 45 * This will be increased dynamically if needed (for the ipv6 snat + dnat). 421 src_ipv4_src_ipv6.ipv6_layout.ipv6), in mlx5_tc_ct_set_tuple_match() 424 src_ipv4_src_ipv6.ipv6_layout.ipv6), in mlx5_tc_ct_set_tuple_match() 428 dst_ipv4_dst_ipv6.ipv6_layout.ipv6), in mlx5_tc_ct_set_tuple_match() 431 dst_ipv4_dst_ipv6.ipv6_layout.ipv6), in mlx5_tc_ct_set_tuple_match()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmutils.h | 197 extern char *bcm_ipv6_ntoa(void *ipv6, char *buf); 1251 * - input ipv6 and tcp points to IPv6 and TCP header in network order 1254 uint16 ipv6_tcp_hdr_cksum(uint8 *ipv6, uint8 *tcp, uint16 tcp_len);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_port.c | 709 HINIC_RSS_TYPE_SET(rss_type.ipv6, IPV6) | in hinic_set_rss_type() 772 rss_type->ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6); in hinic_get_rss_type()
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 243 test $lret -eq 0 && echo "PASS: ipv6 ping to $ns1 was $family NATted to $ns2" 425 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 429 echo "ERROR: cannot ping $ns1 from $ns2 via ipv6" 505 echo "ERROR: cannot ping $ns1 from $ns2 with active ipv6 masquerade $natflags (attempt 2)" 626 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 630 echo "ERROR: cannnot ping $ns1 from $ns2 via ipv6" 667 echo "ERROR: cannot ping $ns1 from $ns2 via ipv6 with active $family redirect" 863 echo "ERROR: Could not reach other namespace(s) via ipv6" 1>&2
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac4_core.c | 997 bool en, bool ipv6, bool sa, bool inv, in dwmac4_config_l3_filter() 1010 if (ipv6) { in dwmac4_config_l3_filter() 996 dwmac4_config_l3_filter(struct mac_device_info *hw, u32 filter_no, bool en, bool ipv6, bool sa, bool inv, u32 match) dwmac4_config_l3_filter() argument
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 838 u8 ipv6, ipv4, ipv4_fragment, rss_type, csum_not_calc; in fnic_rq_cmpl_frame_recv() local 877 &ipv4_csum_ok, &ipv6, &ipv4, in fnic_rq_cmpl_frame_recv()
|