/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_netportnet.c | 13 #include <net/ipv6.h>
|
H A D | ip_set_hash_netnet.c | 15 #include <net/ipv6.h>
|
H A D | ip_set_hash_ipportnet.c | 13 #include <net/ipv6.h>
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_fragment.c | 7 * ipv6/reassembly. and ipv6 nf conntrack reassembly 25 #include <net/ipv6.h>
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_iptunnel.c | 113 int do_flowlabel = net->ipv6.sysctl.seg6_flowlabel; in seg6_make_flowlabel()
|
H A D | ip6_gre.c | 48 #include <net/ipv6.h> 775 fl6->daddr = key->u.ipv6.dst; in __gre6_xmit() 986 * for native mode, call prepare_ip6gre_xmit_{ipv4,ipv6}. in ip6erspan_tunnel_xmit() 1001 fl6.daddr = key->u.ipv6.dst; in ip6erspan_tunnel_xmit()
|
H A D | ip6_tunnel.c | 8 * Yasuyuki Kozakai <kozakai@linux-ipv6.org> 11 * linux/net/ipv6/sit.c and linux/net/ipv4/ipip.c 46 #include <net/ipv6.h> 1320 fl6.saddr = key->u.ipv6.src; in ipxip6_tnl_xmit() 1321 fl6.daddr = key->u.ipv6.dst; in ipxip6_tnl_xmit() 1598 * ip6_tnl_siocdevprivate - configure ipv6 tunnels from userspace
|
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 32 #include <net/ipv6.h>
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 69 #include <net/ipv6.h> 83 #include <net/netfilter/ipv6/nf_reject.h> 4293 memcpy(to->remote_ipv6, &info->key.u.ipv6.src, in BPF_CALL_4() 4409 memcpy(&info->key.u.ipv6.dst, from->remote_ipv6, in BPF_CALL_4() 5298 * bpf_cgroup_inet6_connect hook and ipv6 is already loaded in BPF_CALL_3() 5483 *dst = nhc->nhc_gw.ipv6; in bpf_ipv4_fib_lookup() 5560 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup() 6001 struct in6_addr *src6 = (struct in6_addr *)&tuple->ipv6.saddr; in sk_lookup() 6002 struct in6_addr *dst6 = (struct in6_addr *)&tuple->ipv6.daddr; in sk_lookup() 6006 src6, tuple->ipv6 in sk_lookup() [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 675 return (ntohs(addr->ipv6.sin6_port)); in httpAddrPort() 9377 iface->broadcast.ipv6.sin6_port = htons (BrowsePort); in update_netifs() 10023 &allow->addr.ipv6.sin6_addr, in allowed() 10024 sizeof (allow->addr.ipv6.sin6_addr))) { in allowed() 10048 allow->mask.ipv6.sin6_addr.s6_addr[0]) == in allowed() 10049 allow->addr.ipv6.sin6_addr.s6_addr[0]) && in allowed() 10051 allow->mask.ipv6.sin6_addr.s6_addr[1]) == in allowed() 10052 allow->addr.ipv6.sin6_addr.s6_addr[1]) && in allowed() 10054 allow->mask.ipv6.sin6_addr.s6_addr[2]) == in allowed() 10055 allow->addr.ipv6 in allowed() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_main.c | 2069 ip = ipv6_en ? initiator->ipv6.addr.byte : initiator->ipv4.addr.byte; in qedi_show_boot_eth_info() 2071 sub = ipv6_en ? initiator->ipv6.subnet_mask.byte : in qedi_show_boot_eth_info() 2073 gw = ipv6_en ? initiator->ipv6.gateway.byte : in qedi_show_boot_eth_info()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_gre.c | 48 #include <net/ipv6.h> 753 fl6->daddr = key->u.ipv6.dst; in __gre6_xmit() 986 * for native mode, call prepare_ip6gre_xmit_{ipv4,ipv6}. in ip6erspan_tunnel_xmit() 1001 fl6.daddr = key->u.ipv6.dst; in ip6erspan_tunnel_xmit()
|
H A D | ip6_tunnel.c | 8 * Yasuyuki Kozakai <kozakai@linux-ipv6.org> 11 * linux/net/ipv6/sit.c and linux/net/ipv4/ipip.c 46 #include <net/ipv6.h> 1342 fl6.saddr = key->u.ipv6.src; in ipxip6_tnl_xmit() 1343 fl6.daddr = key->u.ipv6.dst; in ipxip6_tnl_xmit() 1625 * ip6_tnl_ioctl - configure ipv6 tunnels from userspace
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc.c | 35 /* Hoplimit is stored in the most significant byte in the pedit ipv6 header action */ 502 bool ipv6 = false; in efx_tc_flower_record_encap_match() local 530 ipv6 = true; in efx_tc_flower_record_encap_match() 573 rc = efx_mae_check_encap_match_caps(efx, ipv6, match->mask.enc_ip_tos, in efx_tc_flower_record_encap_match() 1278 "mask (%#x) out of range, only support mangle action on ipv6.hop_limit", in efx_tc_mangle()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1104 struct ipv6hdr *ipv6; member 1344 struct ipv6hdr *ipv6; in wx_tx_csum() member 1408 l4_prot = network_hdr.ipv6->nexthdr; in wx_tx_csum()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_main.c | 2065 ip = ipv6_en ? initiator->ipv6.addr.byte : initiator->ipv4.addr.byte; in qedi_show_boot_eth_info() 2067 sub = ipv6_en ? initiator->ipv6.subnet_mask.byte : in qedi_show_boot_eth_info() 2069 gw = ipv6_en ? initiator->ipv6.gateway.byte : in qedi_show_boot_eth_info()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | connect.c | 32 #include <net/ipv6.h> 3026 struct sockaddr_in6 *ipv6 = (struct sockaddr_in6 *)&server->dstaddr; in generic_ip_connect() local 3028 sport = ipv6->sin6_port; in generic_ip_connect() 3031 cifs_dbg(FYI, "%s: connecting to [%pI6]:%d\n", __func__, &ipv6->sin6_addr, in generic_ip_connect()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 30 #include <linux/ipv6.h> 462 /* kernel does not write saddr in case of ipv6 */ in fill_header_ipv6() 547 error(1, errno, "connect ipv6"); in do_test() 555 error(1, errno, "setsockopt pktinfo ipv6"); in do_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 11 #include <linux/ipv6.h> 566 hash != 0x2f4bc6bb /* jhash of ipv6 packet */) in get_packet_dst()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | qedr_iw_cm.c | 33 #include <net/ipv6.h>
|
H A D | qedr_roce_cm.c | 36 #include <net/ipv6.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve.c | 12 #include <net/ipv6.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 12 #include <linux/ipv6.h>
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_recent.c | 15 #include <linux/ipv6.h>
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_flow.c | 17 #include <linux/ipv6.h>
|