| /linux/net/netfilter/ |
| H A D | nf_nat_sip.c | 109 if (nf_inet_addr_cmp(&ct->tuplehash[dir].tuple.src.u3, addr) && in map_addr() 111 newaddr = ct->tuplehash[!dir].tuple.dst.u3; in map_addr() 113 } else if (nf_inet_addr_cmp(&ct->tuplehash[dir].tuple.dst.u3, addr) && in map_addr() 115 newaddr = ct->tuplehash[!dir].tuple.src.u3; in map_addr() 191 &ct->tuplehash[dir].tuple.src.u3) || in nf_nat_sip() 196 &ct->tuplehash[dir].tuple.dst.u3) || in nf_nat_sip() 215 nf_inet_addr_cmp(&addr, &ct->tuplehash[dir].tuple.src.u3) && in nf_nat_sip() 216 !nf_inet_addr_cmp(&addr, &ct->tuplehash[!dir].tuple.dst.u3)) { in nf_nat_sip() 218 &ct->tuplehash[!dir].tuple.dst.u3, in nf_nat_sip() 232 nf_inet_addr_cmp(&addr, &ct->tuplehash[dir].tuple.dst.u3) && in nf_nat_sip() [all …]
|
| H A D | nf_conntrack_h323_main.c | 223 memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) || in expect_rtp_rtcp() 235 &ct->tuplehash[!dir].tuple.src.u3, in expect_rtp_rtcp() 236 &ct->tuplehash[!dir].tuple.dst.u3, in expect_rtp_rtcp() 245 &ct->tuplehash[!dir].tuple.src.u3, in expect_rtp_rtcp() 246 &ct->tuplehash[!dir].tuple.dst.u3, in expect_rtp_rtcp() 250 if (memcmp(&ct->tuplehash[dir].tuple.src.u3, in expect_rtp_rtcp() 251 &ct->tuplehash[!dir].tuple.dst.u3, in expect_rtp_rtcp() 252 sizeof(ct->tuplehash[dir].tuple.src.u3)) && in expect_rtp_rtcp() 296 memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) || in expect_t120() 304 &ct->tuplehash[!dir].tuple.src.u3, in expect_t120() [all …]
|
| H A D | nf_conntrack_expect.c | 98 combined.dst_addr = tuple->dst.u3; in nf_ct_expect_dst_hash() 263 intersect_mask.src.u3.all[count] = in expect_clash() 264 a->mask.src.u3.all[count] & b->mask.src.u3.all[count]; in expect_clash() 355 memcpy(&exp->tuple.src.u3, saddr, len); in nf_ct_expect_init() 356 if (sizeof(exp->tuple.src.u3) > len) in nf_ct_expect_init() 358 memset((void *)&exp->tuple.src.u3 + len, 0x00, in nf_ct_expect_init() 359 sizeof(exp->tuple.src.u3) - len); in nf_ct_expect_init() 360 memset(&exp->mask.src.u3, 0xFF, len); in nf_ct_expect_init() 361 if (sizeof(exp->mask.src.u3) > len) in nf_ct_expect_init() 362 memset((void *)&exp->mask.src.u3 + len, 0x00, in nf_ct_expect_init() [all …]
|
| H A D | nf_conntrack_netlink.c | 94 if (nla_put_in_addr(skb, CTA_IP_V4_SRC, tuple->src.u3.ip) || in ipv4_tuple_to_nlattr() 95 nla_put_in_addr(skb, CTA_IP_V4_DST, tuple->dst.u3.ip)) in ipv4_tuple_to_nlattr() 103 if (nla_put_in6_addr(skb, CTA_IP_V6_SRC, &tuple->src.u3.in6) || in ipv6_tuple_to_nlattr() 104 nla_put_in6_addr(skb, CTA_IP_V6_DST, &tuple->dst.u3.in6)) in ipv6_tuple_to_nlattr() 1089 filter_tuple->src.u3.ip != ct_tuple->src.u3.ip) in ctnetlink_filter_match_tuple() 1093 filter_tuple->dst.u3.ip != ct_tuple->dst.u3.ip) in ctnetlink_filter_match_tuple() 1098 !ipv6_addr_cmp(&filter_tuple->src.u3.in6, in ctnetlink_filter_match_tuple() 1099 &ct_tuple->src.u3.in6)) in ctnetlink_filter_match_tuple() 1103 !ipv6_addr_cmp(&filter_tuple->dst.u3.in6, in ctnetlink_filter_match_tuple() 1104 &ct_tuple->dst.u3.in6)) in ctnetlink_filter_match_tuple() [all …]
|
| H A D | nf_conntrack_proto_gre.c | 64 !memcmp(&km->tuple.src.u3, &t->src.u3, sizeof(t->src.u3)) && in gre_key_cmpfn() 65 !memcmp(&km->tuple.dst.u3, &t->dst.u3, sizeof(t->dst.u3)) && in gre_key_cmpfn()
|
| H A D | nf_flow_table_path.c | 51 const void *daddr = &ct->tuplehash[!dir].tuple.src.u3; in nft_dev_fill_forward_path() 300 fl.u.ip4.daddr = ct->tuplehash[dir].tuple.src.u3.ip; in nft_flow_route() 301 fl.u.ip4.saddr = ct->tuplehash[!dir].tuple.src.u3.ip; in nft_flow_route() 309 fl.u.ip6.daddr = ct->tuplehash[dir].tuple.src.u3.in6; in nft_flow_route() 310 fl.u.ip6.saddr = ct->tuplehash[!dir].tuple.src.u3.in6; in nft_flow_route()
|
| H A D | nft_ct.c | 183 memcpy(dest, tuple->src.u3.all, in nft_ct_get_eval() 187 memcpy(dest, tuple->dst.u3.all, in nft_ct_get_eval() 199 *dest = (__force __u32)tuple->src.u3.ip; in nft_ct_get_eval() 204 *dest = (__force __u32)tuple->dst.u3.ip; in nft_ct_get_eval() 209 memcpy(dest, tuple->src.u3.ip6, sizeof(struct in6_addr)); in nft_ct_get_eval() 214 memcpy(dest, tuple->dst.u3.ip6, sizeof(struct in6_addr)); in nft_ct_get_eval() 453 src.u3.ip); in nft_ct_get_init() 458 src.u3.ip6); in nft_ct_get_init() 469 len = sizeof_field(struct nf_conntrack_tuple, src.u3.ip); in nft_ct_get_init() 476 len = sizeof_field(struct nf_conntrack_tuple, src.u3.ip6); in nft_ct_get_init() [all …]
|
| H A D | xt_conntrack.c | 44 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3, in conntrack_mt_origsrc() 53 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.u3, in conntrack_mt_origdst() 62 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3, in conntrack_mt_replsrc() 71 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3, in conntrack_mt_repldst()
|
| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_h323.c | 105 if (addr.ip == ct->tuplehash[dir].tuple.src.u3.ip && in set_sig_addr() 118 &ct->tuplehash[!dir].tuple.dst.u3.ip, in set_sig_addr() 123 tuple.dst.u3, in set_sig_addr() 125 } else if (addr.ip == ct->tuplehash[dir].tuple.dst.u3.ip && in set_sig_addr() 130 &ct->tuplehash[!dir].tuple.src.u3.ip, in set_sig_addr() 135 tuple.src.u3, in set_sig_addr() 157 addr.ip == ct->tuplehash[dir].tuple.src.u3.ip && in set_ras_addr() 161 &ct->tuplehash[!dir].tuple.dst.u3.ip, in set_ras_addr() 164 &ct->tuplehash[!dir].tuple.dst.u3, in set_ras_addr() 252 &ct->tuplehash[!dir].tuple.dst.u3, in nat_rtp_rtcp() [all …]
|
| H A D | nf_nat_pptp.c | 67 t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip; in pptp_nat_expected() 69 t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip; in pptp_nat_expected() 76 t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip; in pptp_nat_expected() 78 t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip; in pptp_nat_expected() 100 = ct->master->tuplehash[!exp->dir].tuple.dst.u3; in pptp_nat_expected() 110 = ct->master->tuplehash[!exp->dir].tuple.src.u3; in pptp_nat_expected()
|
| H A D | nf_nat_snmp_basic_main.c | 136 ctx.from = ct->tuplehash[dir].tuple.src.u3.ip; in snmp_translate() 137 ctx.to = ct->tuplehash[!dir].tuple.dst.u3.ip; in snmp_translate() 139 ctx.from = ct->tuplehash[!dir].tuple.src.u3.ip; in snmp_translate() 140 ctx.to = ct->tuplehash[dir].tuple.dst.u3.ip; in snmp_translate()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uninorth.h | 6 * machines and U3 (G5) 14 * Uni-N and U3 config space reg. definitions 20 /* Not U3 */ 26 /* Not U3 */ 38 /* The following seems to only be used only on U3 <j.glisse@gmail.com> */ 110 #define UNI_N_VERSION_300 0x0030 /* 3.0 (U3 on G5) */ 210 * U3 specific registers 214 /* U3 Toggle */ 220 /* U3 API PHY Config 1 */ 223 /* U3 HyperTransport registers */
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | mediatek,tphy.yaml | 25 u3 port0 0x0900 U3PHYD 30 u3 port1 0x1100 U3PHYD 42 u3 port0 0x0700 SPLLC 51 u3 port1 0x1700 SPLLC 60 SPLLC shared by u3 ports and FMREG shared by u2 ports on V1 are put back 61 into each port; a new bank MISC for u2 ports and CHIP for u3 ports are 183 - description: internal R efuse for U2 PHY or U3/PCIe PHY 184 - description: rx_imp_sel efuse for U3/PCIe PHY 185 - description: tx_imp_sel efuse for U3/PCIe PHY 188 Available only for U2 PHY or U3/PCIe PHY of version 2/3, these [all …]
|
| H A D | mediatek,xsphy.yaml | 57 Register shared by multiple U3 ports, exclude port's private register, 135 The selection of Internal Resistor (U2/U3 phy) 142 The selection of TX Impedance (U3 phy) 149 The selection of RX Impedance (U3 phy)
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_nfct.c | 54 #define ARG_TUPLE(T) IP_VS_DBG_ADDR((T)->src.l3num, &(T)->src.u3), \ 56 IP_VS_DBG_ADDR((T)->src.l3num, &(T)->dst.u3), \ 108 new_tuple.src.u3 = cp->daddr; in ip_vs_update_conntrack() 113 new_tuple.dst.u3 = cp->vaddr; in ip_vs_update_conntrack() 158 &orig->src.u3, orig->src.u.tcp.port, in ip_vs_nfct_expect_callback() 159 &orig->dst.u3, orig->dst.u.tcp.port, &p); in ip_vs_nfct_expect_callback() 170 new_reply.dst.u3 = cp->vaddr; in ip_vs_nfct_expect_callback() 186 new_reply.src.u3 = cp->daddr; in ip_vs_nfct_expect_callback() 252 tuple.src.u3 = cp->caddr; in ip_vs_conn_drop_conntrack() 255 tuple.dst.u3 in ip_vs_conn_drop_conntrack() [all...] |
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos4412-odroidu3.dts | 3 * Hardkernel's Exynos4412 based ODROID-U3 board device tree source 7 * Device tree source file for Hardkernel's ODROID-U3 board which is based 17 model = "Hardkernel ODROID-U3 board based on Exynos4412"; 18 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4"; 137 model = "Odroid-U3";
|
| /linux/net/sched/ |
| H A D | act_ct.c | 102 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3))) in tcf_ct_flow_table_add_action_nat_ipv4() 106 be32_to_cpu(target.src.u3.ip)); in tcf_ct_flow_table_add_action_nat_ipv4() 107 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3))) in tcf_ct_flow_table_add_action_nat_ipv4() 111 be32_to_cpu(target.dst.u3.ip)); in tcf_ct_flow_table_add_action_nat_ipv4() 132 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3))) in tcf_ct_flow_table_add_action_nat_ipv6() 133 tcf_ct_add_ipv6_addr_mangle_action(action, &target.src.u3, in tcf_ct_flow_table_add_action_nat_ipv6() 136 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3))) in tcf_ct_flow_table_add_action_nat_ipv6() 137 tcf_ct_add_ipv6_addr_mangle_action(action, &target.dst.u3, in tcf_ct_flow_table_add_action_nat_ipv6()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | dart_iommu.c | 13 * Dynamic DMA mapping support, Apple U3, U4 & IBM CPC925 "DART" iommu. 96 "time. Buggy U3 ?"); in dart_tlb_invalidate_all() 184 /* On U3, all memory is contiguous, so we can move this in dart_build() 319 dart_is_u4 ? "U4" : "U3"); in dart_init() 394 dn = of_find_compatible_node(NULL, "dart", "u3-dart"); in iommu_init_early_dart()
|
| H A D | mpic_msi.c | 36 pr_debug("mpic: found U3, guessing msi allocator setup\n"); in mpic_msi_reserve_u3_hwirqs() 40 * This is a bit of a mix of U3 and U4 reserves but that's going in mpic_msi_reserve_u3_hwirqs()
|
| /linux/drivers/char/agp/ |
| H A D | uninorth-agp.c | 132 /* Assume U3 or later on PPC64 systems */ in uninorth_configure() 250 * We need to set REQ_DEPTH to 7 for U3 versions 1.0, 2.1, in uninorth_agp_enable() 494 * Not sure that u3 supports that high aperture sizes but it 584 .chipset_name = "U3", 632 /* Locate G5 u3 */ in agp_uninorth_probe() 635 uninorth_node = of_find_node_by_name(NULL, "u3"); in agp_uninorth_probe() 727 MODULE_DESCRIPTION("Apple UniNorth & U3 AGP support");
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | incomplete-devices.yaml | 139 - u3-agp 140 - u3-dart 141 - u3-ht
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_host.c | 172 /* power on and enable u3 ports except skipped ones */ in ssusb_host_enable() 212 /* power down and disable u3 ports except skipped ones */ in ssusb_host_disable() 257 /* power on u3 ports except skipped ones */ in ssusb_host_resume() 289 /* power down u3 ports except skipped ones */ in ssusb_host_suspend()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb-lvstest | 39 Write to this node to issue "U3 entry" for Link Layer 46 Write to this node to issue "U3 exit" for Link Layer
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_pm72.c | 438 /* Backside/U3 fan */ 508 struct device_node *u3; in backside_setup_pid() local 511 u3 = of_find_node_by_path("/u3@0,f8000000"); in backside_setup_pid() 512 if (u3 != NULL) { in backside_setup_pid() 513 const u32 *vers = of_get_property(u3, "device-rev", NULL); in backside_setup_pid() 517 of_node_put(u3); in backside_setup_pid()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | pci.c | 103 * Apple MacRISC (U3, UniNorth, Bandit, Chaos) PCI controllers. 118 * The U3 is the bridge used on G5 machines. It contains an 216 * These versions of U3 HyperTransport config space access ops do not 714 printk(KERN_ERR "PCI: Failed to get U3/U4 HT resources !\n"); in setup_u3_ht() 804 if (of_device_is_compatible(dev, "u3-agp")) { in pmac_add_bridge() 806 disp_name = "U3-AGP"; in pmac_add_bridge() 808 } else if (of_device_is_compatible(dev, "u3-ht")) { in pmac_add_bridge() 810 disp_name = "U3-HT"; in pmac_add_bridge() 889 /* Fixup the PCI<->OF mapping for U3 AGP due to bus renumbering. We in pmac_pci_root_bridge_prepare() 1246 if (bus->self == NULL && (of_device_is_compatible(node, "u3-agp") || in pmac_pci_probe_mode() [all …]
|