/linux-4.1.27/net/netfilter/ |
D | nf_tables_api.c | 34 int nft_register_afinfo(struct net *net, struct nft_af_info *afi) in nft_register_afinfo() argument 36 INIT_LIST_HEAD(&afi->tables); in nft_register_afinfo() 38 list_add_tail_rcu(&afi->list, &net->nft.af_info); in nft_register_afinfo() 51 void nft_unregister_afinfo(struct nft_af_info *afi) in nft_unregister_afinfo() argument 54 list_del_rcu(&afi->list); in nft_unregister_afinfo() 61 struct nft_af_info *afi; in nft_afinfo_lookup() local 63 list_for_each_entry(afi, &net->nft.af_info, list) { in nft_afinfo_lookup() 64 if (afi->family == family) in nft_afinfo_lookup() 65 return afi; in nft_afinfo_lookup() 73 struct nft_af_info *afi; in nf_tables_afinfo_lookup() local [all …]
|
D | nf_tables_inet.c | 21 struct nft_af_info *afi; in nft_inet_hook_ops_init() local 24 afi = &nft_af_ipv4; in nft_inet_hook_ops_init() 26 afi = &nft_af_ipv6; in nft_inet_hook_ops_init() 28 ops->pf = afi->family; in nft_inet_hook_ops_init() 29 if (afi->hooks[ops->hooknum]) in nft_inet_hook_ops_init() 30 ops->hook = afi->hooks[ops->hooknum]; in nft_inet_hook_ops_init()
|
D | nft_log.c | 101 if (ctx->afi->family == NFPROTO_INET) { in nft_log_init() 114 return nf_logger_find_get(ctx->afi->family, li->type); in nft_log_init() 126 if (ctx->afi->family == NFPROTO_INET) { in nft_log_destroy() 130 nf_logger_put(ctx->afi->family, li->type); in nft_log_destroy()
|
D | nft_ct.c | 274 switch (ctx->afi->family) { in nft_ct_get_init() 315 err = nft_ct_l3proto_try_module_get(ctx->afi->family); in nft_ct_get_init() 346 err = nft_ct_l3proto_try_module_get(ctx->afi->family); in nft_ct_set_init() 356 nft_ct_l3proto_module_put(ctx->afi->family); in nft_ct_destroy()
|
D | nft_compat.c | 132 switch (ctx->afi->family) { in nft_target_set_tgchk_param() 163 par->family = ctx->afi->family; in nft_target_set_tgchk_param() 258 par.family = ctx->afi->family; in nft_target_destroy() 348 switch (ctx->afi->family) { in nft_match_set_mtchk_param() 379 par->family = ctx->afi->family; in nft_match_set_mtchk_param() 439 par.family = ctx->afi->family; in nft_match_destroy() 643 family = ctx->afi->family; in nft_match_select_ops() 723 family = ctx->afi->family; in nft_target_select_ops()
|
D | nft_nat.c | 149 if (family != ctx->afi->family) in nft_nat_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 13 "afi": AFI registers 53 - afi 60 - afi 135 reg-names = "pads", "afi", "cs"; 155 clock-names = "pex", "afi", "pll_e"; 157 reset-names = "pex", "afi", "pcie_x";
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-tegra.c | 271 void __iomem *afi; member 331 writel(value, pcie->afi + offset); in afi_writel() 336 return readl(pcie->afi + offset); in afi_readl() 1040 struct resource *pads, *afi, *res; in tegra_pcie_get_resources() local 1081 afi = platform_get_resource_byname(pdev, IORESOURCE_MEM, "afi"); in tegra_pcie_get_resources() 1082 pcie->afi = devm_ioremap_resource(&pdev->dev, afi); in tegra_pcie_get_resources() 1083 if (IS_ERR(pcie->afi)) { in tegra_pcie_get_resources() 1084 err = PTR_ERR(pcie->afi); in tegra_pcie_get_resources()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra20.dtsi | 579 reg-names = "pads", "afi", "cs"; 601 clock-names = "pex", "afi", "pll_e"; 605 reset-names = "pex", "afi", "pcie_x";
|
D | tegra30.dtsi | 19 reg-names = "pads", "afi", "cs"; 43 clock-names = "pex", "afi", "pll_e", "cml"; 47 reset-names = "pex", "afi", "pcie_x";
|
D | tegra124.dtsi | 23 reg-names = "pads", "afi", "cs"; 46 clock-names = "pex", "afi", "pll_e", "cml"; 50 reset-names = "pex", "afi", "pcie_x";
|
/linux-4.1.27/net/nfc/ |
D | digital_technology.c | 116 u8 afi; member 737 sensb_req->afi = 0x00; /* All families and sub-families */ in digital_in_send_sensb_req()
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 100 struct nft_af_info *afi; member
|
/linux-4.1.27/drivers/nfc/ |
D | pn533.c | 212 u8 afi; member 291 .afi = PN533_TYPE_B_AFI_ALL_FAMILIES,
|