/linux-4.4.14/include/net/ |
D | genetlink.h | 133 int __genl_register_family(struct genl_family *family); 135 static inline int genl_register_family(struct genl_family *family) in genl_register_family() argument 137 family->module = THIS_MODULE; in genl_register_family() 138 return __genl_register_family(family); in genl_register_family() 163 _genl_register_family_with_ops_grps(struct genl_family *family, in _genl_register_family_with_ops_grps() argument 168 family->module = THIS_MODULE; in _genl_register_family_with_ops_grps() 169 family->ops = ops; in _genl_register_family_with_ops_grps() 170 family->n_ops = n_ops; in _genl_register_family_with_ops_grps() 171 family->mcgrps = mcgrps; in _genl_register_family_with_ops_grps() 172 family->n_mcgrps = n_mcgrps; in _genl_register_family_with_ops_grps() [all …]
|
D | xfrm.h | 41 #define MODULE_ALIAS_XFRM_MODE(family, encap) \ argument 42 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap)) 43 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \ argument 44 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto)) 157 u16 family; member 285 unsigned short family; member 321 unsigned int family; member 349 struct xfrm_state_afinfo *xfrm_state_get_afinfo(unsigned int family); 353 unsigned int family; member 385 int xfrm_register_type(const struct xfrm_type *type, unsigned short family); [all …]
|
D | netlabel.h | 358 u16 family, 363 u16 family, 371 u16 family, 378 u16 family, 413 u16 family, 425 u16 family, 428 u16 family, 446 u16 family, in netlbl_cfg_map_del() argument 454 u16 family, in netlbl_cfg_unlbl_map_add() argument 465 u16 family, in netlbl_cfg_unlbl_static_add() argument [all …]
|
D | inetpeer.h | 32 __u16 family; member 82 iaddr->family = AF_INET; in inetpeer_set_addr_v4() 94 iaddr->family = AF_INET6; in inetpeer_set_addr_v6() 115 daddr.family = AF_INET; in inet_getpeer_v4() 126 daddr.family = AF_INET6; in inet_getpeer_v6() 135 if (a->family == AF_INET) in inetpeer_addr_cmp()
|
D | ping.h | 52 sa_family_t family; member 63 sa_family_t family; member 80 int ping_common_sendmsg(int family, struct msghdr *msg, size_t len, 89 sa_family_t family; member 96 void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family);
|
D | udp_tunnel.h | 13 u8 family; member 56 if (cfg->family == AF_INET) in udp_sock_create() 59 if (cfg->family == AF_INET6) in udp_sock_create() 97 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
|
D | lwtunnel.h | 29 unsigned int family, const void *cfg, 84 unsigned int family, const void *cfg, 135 unsigned int family, const void *cfg, in lwtunnel_build_state() argument
|
D | flow.h | 199 static inline size_t flow_key_size(u16 family) in flow_key_size() argument 201 switch (family) { in flow_key_size() 234 struct net *net, const struct flowi *key, u16 family, 238 const struct flowi *key, u16 family,
|
/linux-4.4.14/net/netlink/ |
D | genetlink.c | 89 static int genl_ctrl_event(int event, struct genl_family *family, 127 static const struct genl_ops *genl_get_cmd(u8 cmd, struct genl_family *family) in genl_get_cmd() argument 131 for (i = 0; i < family->n_ops; i++) in genl_get_cmd() 132 if (family->ops[i].cmd == cmd) in genl_get_cmd() 133 return &family->ops[i]; in genl_get_cmd() 220 static int genl_validate_assign_mc_groups(struct genl_family *family) in genl_validate_assign_mc_groups() argument 223 int n_groups = family->n_mcgrps; in genl_validate_assign_mc_groups() 231 const struct genl_multicast_group *grp = &family->mcgrps[i]; in genl_validate_assign_mc_groups() 240 if (family == &genl_ctrl) { in genl_validate_assign_mc_groups() 243 } else if (strcmp(family->name, "NET_DM") == 0) { in genl_validate_assign_mc_groups() [all …]
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 61 const char *family; in octeon_model_get_string_buffer() local 192 family = "37"; in octeon_model_get_string_buffer() 194 family = "36"; in octeon_model_get_string_buffer() 196 family = "38"; in octeon_model_get_string_buffer() 218 family = "30"; in octeon_model_get_string_buffer() 220 family = "31"; in octeon_model_get_string_buffer() 238 family = "30"; in octeon_model_get_string_buffer() 259 family = "58"; in octeon_model_get_string_buffer() 285 family = "55"; in octeon_model_get_string_buffer() 287 family = "57"; in octeon_model_get_string_buffer() [all …]
|
/linux-4.4.14/security/selinux/include/ |
D | netlabel.h | 49 u16 family, 53 u16 family, 56 int selinux_netlbl_inet_conn_request(struct request_sock *req, u16 family); 57 void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family); 58 int selinux_netlbl_socket_post_create(struct sock *sk, u16 family); 61 u16 family, 94 u16 family, in selinux_netlbl_skbuff_getsid() argument 103 u16 family, in selinux_netlbl_skbuff_setsid() argument 116 u16 family) in selinux_netlbl_inet_conn_request() argument 120 static inline void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family) in selinux_netlbl_inet_csk_clone() argument [all …]
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_kms.c | 241 if ((rdev->family >= CHIP_CEDAR) && (rdev->family <= CHIP_HEMLOCK)) in radeon_info_ioctl() 266 if (rdev->family == CHIP_HAWAII) { in radeon_info_ioctl() 280 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl() 282 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl() 284 else if (rdev->family >= CHIP_CAYMAN) in radeon_info_ioctl() 286 else if (rdev->family >= CHIP_CEDAR) in radeon_info_ioctl() 288 else if (rdev->family >= CHIP_RV770) in radeon_info_ioctl() 290 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 334 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl() 337 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl() [all …]
|
D | radeon_clocks.c | 123 if (rdev->family >= CHIP_R420) { in radeon_read_clocks_OF() 208 if (rdev->family < CHIP_RS600) { in radeon_get_clock_info() 242 if (rdev->family >= CHIP_R420) { in radeon_get_clock_info() 493 if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating() 494 (rdev->family == CHIP_RS480)) { in radeon_legacy_set_clock_gating() 541 } else if (rdev->family >= CHIP_RV350) { in radeon_legacy_set_clock_gating() 669 if (((rdev->family == CHIP_RV250) && in radeon_legacy_set_clock_gating() 673 || ((rdev->family == CHIP_RV100) in radeon_legacy_set_clock_gating() 684 if ((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 685 (rdev->family == CHIP_RV250) || in radeon_legacy_set_clock_gating() [all …]
|
D | radeon_legacy_encoders.c | 237 if (rdev->family == CHIP_RV410) in radeon_legacy_lvds_mode_set() 418 pdata->negative = (rdev->family != CHIP_RV200 && in radeon_legacy_backlight_init() 419 rdev->family != CHIP_RV250 && in radeon_legacy_backlight_init() 420 rdev->family != CHIP_RV280 && in radeon_legacy_backlight_init() 421 rdev->family != CHIP_RV350); in radeon_legacy_backlight_init() 590 if (rdev->family == CHIP_R200 || ASIC_IS_R300(rdev)) { in radeon_legacy_primary_dac_mode_set() 599 if (rdev->family == CHIP_R200 || ASIC_IS_R300(rdev)) { in radeon_legacy_primary_dac_mode_set() 789 if (rdev->family == CHIP_RV280) { in radeon_legacy_tmds_int_mode_set() 808 if (ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV280)) { in radeon_legacy_tmds_int_mode_set() 821 if (rdev->family == CHIP_R200 || in radeon_legacy_tmds_int_mode_set() [all …]
|
D | radeon_encoders.c | 50 if (rdev->family >= CHIP_R600) in radeon_encoder_clones() 99 if ((rdev->family == CHIP_RS300) || in radeon_get_encoder_enum() 100 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum() 101 (rdev->family == CHIP_RS480)) in radeon_get_encoder_enum() 133 if ((rdev->family == CHIP_RS300) || in radeon_get_encoder_enum() 134 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum() 135 (rdev->family == CHIP_RS480)) in radeon_get_encoder_enum() 144 if ((rdev->family == CHIP_RS600) || in radeon_get_encoder_enum() 145 (rdev->family == CHIP_RS690) || in radeon_get_encoder_enum() 146 (rdev->family == CHIP_RS740)) in radeon_get_encoder_enum() [all …]
|
D | radeon_gart.c | 75 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_alloc() 76 rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_gart_table_ram_alloc() 101 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_free() 102 rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_gart_table_ram_free()
|
D | r100.c | 811 switch (rdev->family) { in r100_irq_process() 1000 if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) || in r100_cp_init_microcode() 1001 (rdev->family == CHIP_RV200) || (rdev->family == CHIP_RS100) || in r100_cp_init_microcode() 1002 (rdev->family == CHIP_RS200)) { in r100_cp_init_microcode() 1005 } else if ((rdev->family == CHIP_R200) || in r100_cp_init_microcode() 1006 (rdev->family == CHIP_RV250) || in r100_cp_init_microcode() 1007 (rdev->family == CHIP_RV280) || in r100_cp_init_microcode() 1008 (rdev->family == CHIP_RS300)) { in r100_cp_init_microcode() 1011 } else if ((rdev->family == CHIP_R300) || in r100_cp_init_microcode() 1012 (rdev->family == CHIP_R350) || in r100_cp_init_microcode() [all …]
|
D | r600.c | 211 if (rdev->family >= CHIP_RS780) in r600_set_uvd_clocks() 232 if (rdev->family >= CHIP_RV670 && rdev->family < CHIP_RS780) in r600_set_uvd_clocks() 245 if (rdev->family >= CHIP_RS780) in r600_set_uvd_clocks() 273 if (rdev->family >= CHIP_RS780) in r600_set_uvd_clocks() 364 if ((rdev->flags & RADEON_IS_IGP) || (rdev->family == CHIP_R600)) { in r600_pm_get_dynpm_state() 646 if (rdev->family == CHIP_R600) { in r600_pm_init_profile() 1072 if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_RV740) && in r600_pcie_gart_tlb_flush() 1473 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in r600_mc_init() 1615 if (rdev->family >= CHIP_RV770) { in r600_gpu_check_soft_reset() 1691 if (rdev->family >= CHIP_RV770) in r600_gpu_soft_reset() [all …]
|
D | radeon_device.c | 215 if (rdev->family < CHIP_R600) { in radeon_surface_init() 244 if (rdev->family < CHIP_R300) { in radeon_scratch_init() 507 } else if (rdev->family < CHIP_R300) { in radeon_wb_init() 513 if (rdev->family >= CHIP_R600) { in radeon_wb_init() 519 if (rdev->family >= CHIP_PALM) { in radeon_wb_init() 649 (rdev->family < CHIP_R600)) in radeon_card_posted() 685 if (rdev->family >= CHIP_R600) in radeon_card_posted() 1087 static int radeon_gart_size_auto(enum radeon_family family) in radeon_gart_size_auto() argument 1090 if (family >= CHIP_TAHITI) in radeon_gart_size_auto() 1092 else if (family >= CHIP_RV770) in radeon_gart_size_auto() [all …]
|
D | rv770_dpm.c | 151 if (rdev->family == CHIP_RV770) in rv770_mg_clock_gating_enable() 628 if (rdev->family == CHIP_RV740) in rv770_convert_power_level_to_smc() 631 else if ((rdev->family == CHIP_RV730) || (rdev->family == CHIP_RV710)) in rv770_convert_power_level_to_smc() 640 if (rdev->family == CHIP_RV740) { in rv770_convert_power_level_to_smc() 655 } else if ((rdev->family == CHIP_RV730) || (rdev->family == CHIP_RV710)) in rv770_convert_power_level_to_smc() 790 if (rdev->family == CHIP_RV740) in rv770_enable_spread_spectrum() 800 if (rdev->family == CHIP_RV740) in rv770_enable_spread_spectrum() 809 if ((rdev->family == CHIP_RV770) && !pi->mem_gddr5) { in rv770_program_mpll_timing_parameters() 1091 if (rdev->family == CHIP_RV740) { in rv770_populate_smc_initial_state() 1207 if ((rdev->family == CHIP_RV730) || (rdev->family == CHIP_RV710)) in rv770_init_smc_table() [all …]
|
D | btc_dpm.c | 1459 if (rdev->family == CHIP_BARTS) { in btc_cg_clock_gating_default() 1462 } else if (rdev->family == CHIP_TURKS) { in btc_cg_clock_gating_default() 1465 } else if (rdev->family == CHIP_CAICOS) { in btc_cg_clock_gating_default() 1481 if (rdev->family == CHIP_BARTS) { in btc_cg_clock_gating_enable() 1484 } else if (rdev->family == CHIP_TURKS) { in btc_cg_clock_gating_enable() 1487 } else if (rdev->family == CHIP_CAICOS) { in btc_cg_clock_gating_enable() 1493 if (rdev->family == CHIP_BARTS) { in btc_cg_clock_gating_enable() 1496 } else if (rdev->family == CHIP_TURKS) { in btc_cg_clock_gating_enable() 1499 } else if (rdev->family == CHIP_CAICOS) { in btc_cg_clock_gating_enable() 1514 if (rdev->family == CHIP_BARTS) { in btc_mg_clock_gating_default() [all …]
|
D | rs400.c | 142 if (rdev->family == CHIP_RS690 || (rdev->family == CHIP_RS740)) { in rs400_gart_enable() 151 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) { in rs400_gart_enable() 175 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) { in rs400_gart_enable() 318 if (rdev->family == CHIP_RS690 || (rdev->family == CHIP_RS740)) { in rs400_debugfs_gart_info()
|
D | atombios_crtc.c | 158 && rdev->family >= CHIP_RV515 && rdev->family <= CHIP_R580) { in atombios_scaler_setup() 572 if ((rdev->family == CHIP_RS600) || in atombios_adjust_pll() 573 (rdev->family == CHIP_RS690) || in atombios_adjust_pll() 574 (rdev->family == CHIP_RS740)) in atombios_adjust_pll() 583 if (rdev->family < CHIP_RV770) in atombios_adjust_pll() 589 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in atombios_adjust_pll() 1265 if (rdev->family >= CHIP_TAHITI) { in dce4_crtc_do_set_base() 1268 if (rdev->family >= CHIP_BONAIRE) { in dce4_crtc_do_set_base() 1306 if (rdev->family >= CHIP_CAYMAN) in dce4_crtc_do_set_base() 1330 if (rdev->family >= CHIP_BONAIRE) { in dce4_crtc_do_set_base() [all …]
|
D | radeon.h | 1095 unsigned family; member 2321 enum radeon_family family; member 2618 #define ASIC_IS_RV100(rdev) ((rdev->family == CHIP_RV100) || \ 2619 (rdev->family == CHIP_RV200) || \ 2620 (rdev->family == CHIP_RS100) || \ 2621 (rdev->family == CHIP_RS200) || \ 2622 (rdev->family == CHIP_RV250) || \ 2623 (rdev->family == CHIP_RV280) || \ 2624 (rdev->family == CHIP_RS300)) 2625 #define ASIC_IS_R300(rdev) ((rdev->family == CHIP_R300) || \ [all …]
|
D | radeon_combios.c | 463 if (rdev->family == CHIP_RS300 || in combios_setup_i2c_bus() 464 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 465 rdev->family == CHIP_RS480) in combios_setup_i2c_bus() 467 else if (rdev->family == CHIP_R300 || in combios_setup_i2c_bus() 468 rdev->family == CHIP_R350) { in combios_setup_i2c_bus() 475 if (rdev->family == CHIP_R200 || in combios_setup_i2c_bus() 476 rdev->family == CHIP_R300 || in combios_setup_i2c_bus() 477 rdev->family == CHIP_R350) { in combios_setup_i2c_bus() 480 } else if (rdev->family == CHIP_RS300 || in combios_setup_i2c_bus() 481 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() [all …]
|
D | radeon_asic.c | 94 if (rdev->family < CHIP_RV515) { in radeon_register_accessor_init() 100 if (rdev->family <= CHIP_R580) { in radeon_register_accessor_init() 104 if (rdev->family >= CHIP_R420) { in radeon_register_accessor_init() 108 if (rdev->family >= CHIP_RV515) { in radeon_register_accessor_init() 112 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) { in radeon_register_accessor_init() 116 if (rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_register_accessor_init() 120 if (rdev->family == CHIP_RS600) { in radeon_register_accessor_init() 124 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in radeon_register_accessor_init() 129 if (rdev->family >= CHIP_BONAIRE) { in radeon_register_accessor_init() 132 } else if (rdev->family >= CHIP_R600) { in radeon_register_accessor_init() [all …]
|
D | radeon_irq_kms.c | 208 if (rdev->family < CHIP_RV380) in radeon_msi_ok() 220 if (rdev->family < CHIP_BONAIRE) { in radeon_msi_ok() 257 if (rdev->family == CHIP_RS690) in radeon_msi_ok() 264 if (rdev->family == CHIP_RV515) in radeon_msi_ok() 268 if (rdev->family >= CHIP_PALM) in radeon_msi_ok()
|
D | radeon_cs.c | 126 p->rdev->family == CHIP_RS780 || in radeon_cs_parser_relocs() 127 p->rdev->family == CHIP_RS880)) { in radeon_cs_parser_relocs() 202 if (p->rdev->family >= CHIP_TAHITI) { in radeon_cs_get_ring() 211 if (p->rdev->family >= CHIP_CAYMAN) { in radeon_cs_get_ring() 216 } else if (p->rdev->family >= CHIP_RV770) { in radeon_cs_get_ring() 563 if ((rdev->family >= CHIP_TAHITI) && in radeon_cs_ib_vm_chunk() 598 if ((rdev->family >= CHIP_TAHITI) && in radeon_cs_ib_fill() 664 parser.family = rdev->family; in radeon_cs_ioctl() 734 if (rdev->family < CHIP_R600) { in radeon_cs_packet_parse()
|
D | r300.c | 336 if (rdev->family == CHIP_R300 && in r300_errata() 362 if ((rdev->family == CHIP_R300 && rdev->pdev->device != 0x4144) || in r300_gpu_init() 363 (rdev->family == CHIP_R350 && rdev->pdev->device != 0x4148)) { in r300_gpu_init() 749 if (p->rdev->family < CHIP_RV515) in r300_packet0_check() 756 if (p->rdev->family < CHIP_RV515) { in r300_packet0_check() 815 if (p->rdev->family < CHIP_RV515) { in r300_packet0_check() 965 if (p->rdev->family < CHIP_R420) { in r300_packet0_check() 1032 if (p->rdev->family >= CHIP_RV515) { in r300_packet0_check() 1154 if (p->rdev->family >= CHIP_RV350) in r300_packet0_check() 1160 if (p->rdev->family == CHIP_RV530) in r300_packet0_check() [all …]
|
D | radeon_i2c.c | 104 if ((rdev->family >= CHIP_R200) && !ASIC_IS_AVIVO(rdev)) { in pre_xfer() 107 if (rdev->family >= CHIP_RV350) in pre_xfer() 109 else if ((rdev->family == CHIP_R300) || in pre_xfer() 110 (rdev->family == CHIP_R350)) in pre_xfer() 244 switch (rdev->family) { in radeon_get_i2c_prescale() 287 if (rdev->family == CHIP_R520) in radeon_get_i2c_prescale() 364 switch (rdev->family) { in r100_hw_i2c_xfer() 822 switch (rdev->family) { in radeon_hw_i2c_xfer() 934 ((rdev->family <= CHIP_RS480) || in radeon_i2c_create() 935 ((rdev->family >= CHIP_RV515) && (rdev->family <= CHIP_R580))))) { in radeon_i2c_create()
|
D | rv770.c | 53 if (rdev->family == CHIP_RV740) in rv770_set_uvd_clocks() 718 switch (rdev->family) { in rv770_init_golden_registers() 917 if (rdev->family == CHIP_RV740) in rv770_pcie_gart_enable() 1154 if ((rdev->family == CHIP_RV710) || (rdev->family == CHIP_RV730)) in rv770_set_clk_bypass_mode() 1189 switch (rdev->family) { in rv770_gpu_init() 1350 if (rdev->family == CHIP_RV770) in rv770_gpu_init() 1378 if (rdev->family == CHIP_RV730) { in rv770_gpu_init() 1412 if (rdev->family != CHIP_RV740) in rv770_gpu_init() 1418 if (rdev->family != CHIP_RV770) in rv770_gpu_init() 1423 switch (rdev->family) { in rv770_gpu_init() [all …]
|
D | radeon_legacy_crtc.c | 72 if ((rdev->family == CHIP_RS100) || in radeon_legacy_rmx_mode_set() 73 (rdev->family == CHIP_RS200)) { in radeon_legacy_rmx_mode_set() 672 if ((rdev->family == CHIP_RS400) || (rdev->family == CHIP_RS480)) in radeon_set_crtc_timing() 703 if ((rdev->family == CHIP_RS400) || (rdev->family == CHIP_RS480)) in radeon_set_crtc_timing() 964 (rdev->family == CHIP_RS300) || in radeon_set_pll() 965 (rdev->family == CHIP_RS400) || in radeon_set_pll() 966 (rdev->family == CHIP_RS480)) { in radeon_set_pll()
|
D | evergreen.c | 994 switch (rdev->family) { in evergreen_init_golden_registers() 1446 if (rdev->family == CHIP_JUNIPER) { in evergreen_get_temp() 1635 (rdev->family >= CHIP_BARTS) && in evergreen_pm_misc() 2525 if ((rdev->family == CHIP_JUNIPER) || in evergreen_pcie_gart_enable() 2526 (rdev->family == CHIP_CYPRESS) || in evergreen_pcie_gart_enable() 2527 (rdev->family == CHIP_HEMLOCK) || in evergreen_pcie_gart_enable() 2528 (rdev->family == CHIP_BARTS)) in evergreen_pcie_gart_enable() 2984 if ((rdev->family == CHIP_PALM) || in evergreen_mc_program() 2985 (rdev->family == CHIP_SUMO) || in evergreen_mc_program() 2986 (rdev->family == CHIP_SUMO2)) { in evergreen_mc_program() [all …]
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_input.c | 30 if (unlikely(afinfo->family >= NPROTO)) in xfrm_input_register_afinfo() 33 if (unlikely(xfrm_input_afinfo[afinfo->family] != NULL)) in xfrm_input_register_afinfo() 36 rcu_assign_pointer(xfrm_input_afinfo[afinfo->family], afinfo); in xfrm_input_register_afinfo() 48 if (unlikely(afinfo->family >= NPROTO)) in xfrm_input_unregister_afinfo() 51 if (likely(xfrm_input_afinfo[afinfo->family] != NULL)) { in xfrm_input_unregister_afinfo() 52 if (unlikely(xfrm_input_afinfo[afinfo->family] != afinfo)) in xfrm_input_unregister_afinfo() 55 RCU_INIT_POINTER(xfrm_input_afinfo[afinfo->family], NULL); in xfrm_input_unregister_afinfo() 63 static struct xfrm_input_afinfo *xfrm_input_get_afinfo(unsigned int family) in xfrm_input_get_afinfo() argument 67 if (unlikely(family >= NPROTO)) in xfrm_input_get_afinfo() 70 afinfo = rcu_dereference(xfrm_input_afinfo[family]); in xfrm_input_get_afinfo() [all …]
|
D | xfrm_state.c | 44 unsigned short family) in xfrm_dst_hash() argument 46 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash() 52 unsigned short family) in xfrm_src_hash() argument 54 return __xfrm_src_hash(daddr, saddr, family, net->xfrm.state_hmask); in xfrm_src_hash() 59 __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() argument 61 return __xfrm_spi_hash(daddr, spi, proto, family, net->xfrm.state_hmask); in xfrm_spi_hash() 77 x->props.reqid, x->props.family, in xfrm_hash_transfer() 82 x->props.family, in xfrm_hash_transfer() 88 x->id.proto, x->props.family, in xfrm_hash_transfer() 161 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type() argument [all …]
|
D | xfrm_hash.h | 86 u32 reqid, unsigned short family, in __xfrm_dst_hash() argument 89 unsigned int h = family ^ reqid; in __xfrm_dst_hash() 90 switch (family) { in __xfrm_dst_hash() 103 unsigned short family, in __xfrm_src_hash() argument 106 unsigned int h = family; in __xfrm_src_hash() 107 switch (family) { in __xfrm_src_hash() 120 unsigned short family, unsigned int hmask) in __xfrm_spi_hash() argument 123 switch (family) { in __xfrm_spi_hash() 140 unsigned short family, unsigned int hmask, in __sel_hash() argument 147 switch (family) { in __sel_hash() [all …]
|
D | xfrm_policy.c | 89 unsigned short family) in xfrm_selector_match() argument 91 switch (family) { in xfrm_selector_match() 100 static struct xfrm_policy_afinfo *xfrm_policy_get_afinfo(unsigned short family) in xfrm_policy_get_afinfo() argument 104 if (unlikely(family >= NPROTO)) in xfrm_policy_get_afinfo() 107 afinfo = rcu_dereference(xfrm_policy_afinfo[family]); in xfrm_policy_get_afinfo() 122 int family) in __xfrm_dst_lookup() argument 127 afinfo = xfrm_policy_get_afinfo(family); in __xfrm_dst_lookup() 142 int family) in xfrm_dst_lookup() argument 158 dst = __xfrm_dst_lookup(net, tos, oif, saddr, daddr, family); in xfrm_dst_lookup() 356 unsigned short family, int dir, in __get_hash_thresh() argument [all …]
|
D | xfrm_user.c | 157 switch (p->family) { in verify_newsa_info() 474 x->props.family = p->family; in copy_from_user_state() 478 if (!x->sel.family && !(p->flags & XFRM_STATE_AF_UNSPEC)) in copy_from_user_state() 479 x->sel.family = p->family; in copy_from_user_state() 666 x = xfrm_state_lookup(net, mark, &p->daddr, p->spi, p->proto, p->family); in xfrm_user_state_lookup() 679 p->proto, p->family); in xfrm_user_state_lookup() 739 p->family = x->props.family; in copy_to_user_state() 1203 int family; in xfrm_alloc_userspi() local 1213 family = p->info.family; in xfrm_alloc_userspi() 1221 if (x && !xfrm_addr_equal(&x->id.daddr, daddr, family)) { in xfrm_alloc_userspi() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | l4.txt | 6 - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus 7 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus 8 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus 9 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus 10 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus 11 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus 12 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus 13 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus 14 Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus 15 Should be "ti,am3-l4-wkup" for AM33xx family l4 wkup bus [all …]
|
D | l3-noc.txt | 7 - compatible : Should be "ti,omap3-l3-smx" for OMAP3 family 8 Should be "ti,omap4-l3-noc" for OMAP4 family 9 Should be "ti,omap5-l3-noc" for OMAP5 family 10 Should be "ti,dra7-l3-noc" for DRA7 family 11 Should be "ti,am4372-l3-noc" for AM43 family
|
D | dmm.txt | 10 - compatible: Should contain "ti,omap4-dmm" for OMAP4 family 11 Should contain "ti,omap5-dmm" for OMAP5 and DRA7x family
|
/linux-4.4.14/security/selinux/ |
D | netnode.c | 114 static struct sel_netnode *sel_netnode_find(const void *addr, u16 family) in sel_netnode_find() argument 119 switch (family) { in sel_netnode_find() 132 if (node->nsec.family == family) in sel_netnode_find() 133 switch (family) { in sel_netnode_find() 160 switch (node->nsec.family) { in sel_netnode_insert() 200 static int sel_netnode_sid_slow(void *addr, u16 family, u32 *sid) in sel_netnode_sid_slow() argument 207 node = sel_netnode_find(addr, family); in sel_netnode_sid_slow() 216 switch (family) { in sel_netnode_sid_slow() 234 new->nsec.family = family; in sel_netnode_sid_slow() 263 int sel_netnode_sid(void *addr, u16 family, u32 *sid) in sel_netnode_sid() argument [all …]
|
D | netlabel.c | 202 u16 family, in selinux_netlbl_skbuff_getsid() argument 215 rc = netlbl_skbuff_getattr(skb, family, &secattr); in selinux_netlbl_skbuff_getsid() 238 u16 family, in selinux_netlbl_skbuff_setsid() argument 263 rc = netlbl_skbuff_setattr(skb, family, secattr); in selinux_netlbl_skbuff_setsid() 282 int selinux_netlbl_inet_conn_request(struct request_sock *req, u16 family) in selinux_netlbl_inet_conn_request() argument 287 if (family != PF_INET) in selinux_netlbl_inet_conn_request() 310 void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family) in selinux_netlbl_inet_csk_clone() argument 314 if (family == PF_INET) in selinux_netlbl_inet_csk_clone() 330 int selinux_netlbl_socket_post_create(struct sock *sk, u16 family) in selinux_netlbl_socket_post_create() argument 336 if (family != PF_INET) in selinux_netlbl_socket_post_create() [all …]
|
D | hooks.c | 1173 static inline u16 socket_type_to_security_class(int family, int type, int protocol) in socket_type_to_security_class() argument 1175 switch (family) { in socket_type_to_security_class() 3915 switch (ad->u.net->family) { in selinux_parse_skb() 3965 static int selinux_skb_peerlbl_sid(struct sk_buff *skb, u16 family, u32 *sid) in selinux_skb_peerlbl_sid() argument 3975 err = selinux_netlbl_skbuff_getsid(skb, family, &nlbl_type, &nlbl_sid); in selinux_skb_peerlbl_sid() 4045 static int selinux_socket_create(int family, int type, in selinux_socket_create() argument 4056 secclass = socket_type_to_security_class(family, type, protocol); in selinux_socket_create() 4064 static int selinux_socket_post_create(struct socket *sock, int family, in selinux_socket_post_create() argument 4072 isec->sclass = socket_type_to_security_class(family, type, protocol); in selinux_socket_post_create() 4088 err = selinux_netlbl_socket_post_create(sock->sk, family); in selinux_socket_post_create() [all …]
|
/linux-4.4.14/net/netfilter/ |
D | xt_conntrack.c | 45 u_int8_t family) in conntrack_mt_origsrc() argument 48 &info->origsrc_addr, &info->origsrc_mask, family); in conntrack_mt_origsrc() 54 u_int8_t family) in conntrack_mt_origdst() argument 57 &info->origdst_addr, &info->origdst_mask, family); in conntrack_mt_origdst() 63 u_int8_t family) in conntrack_mt_replsrc() argument 66 &info->replsrc_addr, &info->replsrc_mask, family); in conntrack_mt_replsrc() 72 u_int8_t family) in conntrack_mt_repldst() argument 75 &info->repldst_addr, &info->repldst_mask, family); in conntrack_mt_repldst() 203 if (conntrack_mt_origsrc(ct, info, par->family) ^ in conntrack_mt() 208 if (conntrack_mt_origdst(ct, info, par->family) ^ in conntrack_mt() [all …]
|
D | xt_policy.c | 26 const union nf_inet_addr *a2, unsigned short family) in xt_addr_cmp() argument 28 switch (family) { in xt_addr_cmp() 39 unsigned short family) in match_xfrm_state() argument 42 (xt_addr_cmp(&e->x, &e->y, (const union nf_inet_addr *)(z), family) \ in match_xfrm_state() 56 unsigned short family) in match_policy_in() argument 74 if (match_xfrm_state(sp->xvec[i], e, family)) { in match_policy_in() 86 unsigned short family) in match_policy_out() argument 102 if (match_xfrm_state(dst->xfrm, e, family)) { in match_policy_out() 119 ret = match_policy_in(skb, info, par->family); in policy_mt() 121 ret = match_policy_out(skb, info, par->family); in policy_mt() [all …]
|
D | xt_LOG.c | 42 nf_log_packet(net, par->family, par->hooknum, skb, par->in, par->out, in log_tg() 51 if (par->family != NFPROTO_IPV4 && par->family != NFPROTO_IPV6) in log_tg_check() 64 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in log_tg_check() 69 nf_logger_put(par->family, NF_LOG_TYPE_LOG); in log_tg_destroy() 75 .family = NFPROTO_IPV4, 85 .family = NFPROTO_IPV6,
|
D | xt_ipvs.c | 53 const u_int8_t family = par->family; in ipvs_mt() local 71 ip_vs_fill_iph_skb(family, skb, true, &iph); in ipvs_mt() 89 cp = pp->conn_out_get(ipvs, family, skb, &iph); in ipvs_mt() 140 &data->vmask, family) ^ in ipvs_mt() 156 if (par->family != NFPROTO_IPV4 in ipvs_mt_check() 158 && par->family != NFPROTO_IPV6 in ipvs_mt_check() 161 pr_info("protocol family %u not supported\n", par->family); in ipvs_mt_check() 171 .family = NFPROTO_UNSPEC,
|
D | xt_connmark.c | 80 ret = nf_ct_l3proto_try_module_get(par->family); in connmark_tg_check() 83 par->family); in connmark_tg_check() 89 nf_ct_l3proto_module_put(par->family); in connmark_tg_destroy() 110 ret = nf_ct_l3proto_try_module_get(par->family); in connmark_mt_check() 113 par->family); in connmark_mt_check() 119 nf_ct_l3proto_module_put(par->family); in connmark_mt_destroy() 125 .family = NFPROTO_UNSPEC, 136 .family = NFPROTO_UNSPEC,
|
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() 259 par.family = ctx->afi->family; in nft_target_destroy() 349 switch (ctx->afi->family) { in nft_match_set_mtchk_param() 380 par->family = ctx->afi->family; in nft_match_set_mtchk_param() 441 par.family = ctx->afi->family; in nft_match_destroy() 491 int event, u16 family, const char *name, in nfnl_compat_fill_info() argument 504 nfmsg->nfgen_family = family; in nfnl_compat_fill_info() 623 const char *name, u32 rev, u32 family) in nft_match_cmp() argument 626 (match->family == NFPROTO_UNSPEC || match->family == family); in nft_match_cmp() [all …]
|
D | xt_set.c | 44 .family = f, \ 58 ADT_OPT(opt, par->family, info->match_set.u.compat.dim, in set_match_v0() 121 ADT_OPT(opt, par->family, info->match_set.dim, in set_match_v1() 187 ADT_OPT(opt, par->family, info->match_set.dim, in set_match_v3() 234 ADT_OPT(opt, par->family, info->match_set.dim, in set_match_v4() 262 ADT_OPT(add_opt, par->family, info->add_set.u.compat.dim, in set_target_v0() 264 ADT_OPT(del_opt, par->family, info->del_set.u.compat.dim, in set_target_v0() 335 ADT_OPT(add_opt, par->family, info->add_set.dim, in set_target_v1() 337 ADT_OPT(del_opt, par->family, info->del_set.dim, in set_target_v1() 404 ADT_OPT(add_opt, par->family, info->add_set.dim, in set_target_v2() [all …]
|
D | xt_connlimit.c | 101 const union nf_inet_addr *u3, u_int8_t family) in same_source_net() argument 103 if (family == NFPROTO_IPV4) { in same_source_net() 204 u8 family, const struct nf_conntrack_zone *zone) in count_tree() argument 224 diff = same_source_net(addr, mask, &rbconn->addr, family); in count_tree() 293 u_int8_t family, in count_them() argument 300 if (family == NFPROTO_IPV6) { in count_them() 310 count = count_tree(net, root, tuple, addr, mask, family, zone); in count_them() 335 par->family, net, &tuple)) { in connlimit_mt() 339 if (par->family == NFPROTO_IPV6) { in connlimit_mt() 350 &info->mask, par->family, zone); in connlimit_mt() [all …]
|
D | xt_connlabel.c | 51 ret = nf_ct_l3proto_try_module_get(par->family); in connlabel_mt_check() 54 par->family); in connlabel_mt_check() 60 nf_ct_l3proto_module_put(par->family); in connlabel_mt_check() 67 nf_ct_l3proto_module_put(par->family); in connlabel_mt_destroy() 72 .family = NFPROTO_UNSPEC,
|
D | nft_nat.c | 35 u8 family; member 50 if (priv->family == AF_INET) { in nft_nat_eval() 122 u32 family; in nft_nat_init() local 148 family = ntohl(nla_get_be32(tb[NFTA_NAT_FAMILY])); in nft_nat_init() 149 if (family != ctx->afi->family) in nft_nat_init() 152 switch (family) { in nft_nat_init() 162 priv->family = family; in nft_nat_init() 230 if (nla_put_be32(skb, NFTA_NAT_FAMILY, htonl(priv->family))) in nft_nat_dump()
|
D | xt_NFQUEUE.c | 46 par->family, jhash_initval); in nfqueue_tg_v1() 101 par->family, jhash_initval); in nfqueue_tg_v3() 115 .family = NFPROTO_UNSPEC, 123 .family = NFPROTO_UNSPEC, 132 .family = NFPROTO_UNSPEC, 141 .family = NFPROTO_UNSPEC,
|
D | xt_recent.c | 73 u_int16_t family; member 129 const union nf_inet_addr *addrp, u_int16_t family, in recent_entry_lookup() argument 135 if (family == NFPROTO_IPV4) in recent_entry_lookup() 141 if (e->family == family && in recent_entry_lookup() 177 u_int16_t family, u_int8_t ttl) in recent_entry_init() argument 197 e->family = family; in recent_entry_init() 198 if (family == NFPROTO_IPV4) in recent_entry_init() 249 if (par->family == NFPROTO_IPV4) { in recent_mt() 278 e = recent_entry_lookup(t, &addr_mask, par->family, in recent_mt() 283 e = recent_entry_init(t, &addr_mask, par->family, ttl); in recent_mt() [all …]
|
D | xt_state.c | 46 ret = nf_ct_l3proto_try_module_get(par->family); in state_mt_check() 49 par->family); in state_mt_check() 55 nf_ct_l3proto_module_put(par->family); in state_mt_destroy() 60 .family = NFPROTO_UNSPEC,
|
D | xt_dscp.c | 61 if (par->family == NFPROTO_IPV4) in tos_mt() 72 .family = NFPROTO_IPV4, 80 .family = NFPROTO_IPV6, 89 .family = NFPROTO_IPV4, 97 .family = NFPROTO_IPV6,
|
D | xt_CT.c | 59 if (par->family == NFPROTO_IPV4) { in xt_ct_find_proto() 65 } else if (par->family == NFPROTO_IPV6) { in xt_ct_find_proto() 90 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper() 153 if (timeout->l3num != par->family) { in xt_ct_set_timeout() 162 l4proto = __nf_ct_l4proto_find(par->family, proto); in xt_ct_set_timeout() 219 ret = nf_ct_l3proto_try_module_get(par->family); in xt_ct_tg_check() 263 nf_ct_l3proto_module_put(par->family); in xt_ct_tg_check() 344 nf_ct_l3proto_module_put(par->family); in xt_ct_tg_destroy() 374 .family = NFPROTO_UNSPEC, 384 .family = NFPROTO_UNSPEC, [all …]
|
D | xt_helper.c | 62 ret = nf_ct_l3proto_try_module_get(par->family); in helper_mt_check() 65 par->family); in helper_mt_check() 74 nf_ct_l3proto_module_put(par->family); in helper_mt_destroy() 80 .family = NFPROTO_UNSPEC,
|
D | nft_ct.c | 189 static int nft_ct_l3proto_try_module_get(uint8_t family) in nft_ct_l3proto_try_module_get() argument 193 if (family == NFPROTO_INET) { in nft_ct_l3proto_try_module_get() 201 err = nf_ct_l3proto_try_module_get(family); in nft_ct_l3proto_try_module_get() 213 static void nft_ct_l3proto_module_put(uint8_t family) in nft_ct_l3proto_module_put() argument 215 if (family == NFPROTO_INET) { in nft_ct_l3proto_module_put() 219 nf_ct_l3proto_module_put(family); in nft_ct_l3proto_module_put() 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 | xt_CONNSECMARK.c | 109 ret = nf_ct_l3proto_try_module_get(par->family); in connsecmark_tg_check() 112 par->family); in connsecmark_tg_check() 118 nf_ct_l3proto_module_put(par->family); in connsecmark_tg_destroy() 124 .family = NFPROTO_UNSPEC,
|
D | xt_tcpudp.c | 169 .family = NFPROTO_IPV4, 178 .family = NFPROTO_IPV6, 187 .family = NFPROTO_IPV4, 196 .family = NFPROTO_IPV6, 205 .family = NFPROTO_IPV4, 214 .family = NFPROTO_IPV6,
|
D | xt_TCPMSS.c | 48 unsigned int family) in tcpmss_reverse_mtu() argument 55 if (family == PF_INET) { in tcpmss_reverse_mtu() 66 ai = nf_get_afinfo(family); in tcpmss_reverse_mtu() 81 unsigned int family, in tcpmss_mangle_packet() argument 112 unsigned int in_mtu = tcpmss_reverse_mtu(net, skb, family); in tcpmss_mangle_packet() 179 if (par->family == NFPROTO_IPV4) in tcpmss_mangle_packet() 318 .family = NFPROTO_IPV4, 328 .family = NFPROTO_IPV6,
|
D | xt_pkttype.c | 33 else if (par->family == NFPROTO_IPV4 && in pkttype_mt() 36 else if (par->family == NFPROTO_IPV6 && in pkttype_mt() 48 .family = NFPROTO_UNSPEC,
|
D | xt_hashlimit.c | 98 u_int8_t family; member 219 u_int8_t family) in htable_create() argument 256 hinfo->family = family; in htable_create() 266 (family == NFPROTO_IPV4) ? in htable_create() 334 if (hinfo->family == NFPROTO_IPV4) in htable_remove_proc_entry() 354 u_int8_t family) in htable_find_get() argument 361 hinfo->family == family) { in htable_find_get() 528 switch (hinfo->family) { in hashlimit_init_dst() 673 if (par->family == NFPROTO_IPV4) { in hashlimit_mt_check() 702 info->hinfo = htable_find_get(net, info->name, par->family); in hashlimit_mt_check() [all …]
|
D | xt_cluster.c | 70 xt_cluster_is_multicast_addr(const struct sk_buff *skb, u_int8_t family) in xt_cluster_is_multicast_addr() argument 74 switch(family) { in xt_cluster_is_multicast_addr() 115 if (!xt_cluster_is_multicast_addr(skb, par->family) && in xt_cluster_mt() 156 .family = NFPROTO_UNSPEC,
|
D | nf_tables_api.c | 59 static struct nft_af_info *nft_afinfo_lookup(struct net *net, int family) in nft_afinfo_lookup() argument 64 if (afi->family == family) in nft_afinfo_lookup() 71 nf_tables_afinfo_lookup(struct net *net, int family, bool autoload) in nf_tables_afinfo_lookup() argument 75 afi = nft_afinfo_lookup(net, family); in nf_tables_afinfo_lookup() 81 request_module("nft-afinfo-%u", family); in nf_tables_afinfo_lookup() 83 afi = nft_afinfo_lookup(net, family); in nf_tables_afinfo_lookup() 400 __nf_tables_chain_type_lookup(int family, const struct nlattr *nla) in __nf_tables_chain_type_lookup() argument 405 if (chain_type[family][i] != NULL && in __nf_tables_chain_type_lookup() 406 !nla_strcmp(nla, chain_type[family][i]->name)) in __nf_tables_chain_type_lookup() 407 return chain_type[family][i]; in __nf_tables_chain_type_lookup() [all …]
|
D | xt_DSCP.c | 119 .family = NFPROTO_IPV4, 128 .family = NFPROTO_IPV6, 138 .family = NFPROTO_IPV4, 147 .family = NFPROTO_IPV6,
|
D | nf_tables_inet.c | 28 ops->pf = afi->family; in nft_inet_hook_ops_init() 34 .family = NFPROTO_INET, 72 .family = NFPROTO_INET,
|
D | xt_connbytes.c | 113 ret = nf_ct_l3proto_try_module_get(par->family); in connbytes_mt_check() 116 par->family); in connbytes_mt_check() 132 nf_ct_l3proto_module_put(par->family); in connbytes_mt_destroy() 138 .family = NFPROTO_UNSPEC,
|
D | xt_AUDIT.c | 147 if (par->family == NFPROTO_BRIDGE) { in audit_tg() 160 switch (par->family) { in audit_tg() 204 .family = NFPROTO_UNSPEC, 212 .family = NFPROTO_BRIDGE,
|
D | xt_CLASSIFY.c | 44 .family = NFPROTO_UNSPEC, 54 .family = NFPROTO_ARP,
|
D | nft_log.c | 100 if (ctx->afi->family == NFPROTO_INET) { in nft_log_init() 113 return nf_logger_find_get(ctx->afi->family, li->type); in nft_log_init() 125 if (ctx->afi->family == NFPROTO_INET) { in nft_log_destroy() 129 nf_logger_put(ctx->afi->family, li->type); in nft_log_destroy()
|
D | xt_socket.c | 460 .family = NFPROTO_IPV4, 469 .family = NFPROTO_IPV4, 481 .family = NFPROTO_IPV6, 493 .family = NFPROTO_IPV4, 505 .family = NFPROTO_IPV6, 517 .family = NFPROTO_IPV4, 529 .family = NFPROTO_IPV6,
|
D | xt_length.c | 45 .family = NFPROTO_IPV4, 52 .family = NFPROTO_IPV6,
|
D | xt_mark.c | 48 .family = NFPROTO_UNSPEC, 57 .family = NFPROTO_UNSPEC,
|
D | xt_addrtype.c | 158 if (par->family == NFPROTO_IPV6) in addrtype_mt_v1() 199 if (par->family == NFPROTO_IPV6) { in addrtype_mt_checkentry_v1() 220 .family = NFPROTO_IPV4, 227 .family = NFPROTO_UNSPEC,
|
D | xt_NFLOG.c | 36 nfulnl_log_packet(net, par->family, par->hooknum, skb, par->in, in nflog_tg() 55 .family = NFPROTO_UNSPEC,
|
D | xt_hl.c | 70 .family = NFPROTO_IPV4, 78 .family = NFPROTO_IPV6,
|
D | xt_REDIRECT.c | 71 .family = NFPROTO_IPV6, 83 .family = NFPROTO_IPV4,
|
D | xt_ipcomp.c | 82 .family = NFPROTO_IPV4, 91 .family = NFPROTO_IPV6,
|
D | xt_esp.c | 78 .family = NFPROTO_IPV4, 87 .family = NFPROTO_IPV6,
|
D | nf_nat_core.c | 43 __nf_nat_l3proto_find(u8 family) in __nf_nat_l3proto_find() argument 45 return rcu_dereference(nf_nat_l3protos[family]); in __nf_nat_l3proto_find() 49 __nf_nat_l4proto_find(u8 family, u8 protonum) in __nf_nat_l4proto_find() argument 51 return rcu_dereference(nf_nat_l4protos[family][protonum]); in __nf_nat_l4proto_find() 63 u8 family; in __nf_nat_decode_session() local 69 family = ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.l3num; in __nf_nat_decode_session() 71 l3proto = __nf_nat_l3proto_find(family); in __nf_nat_decode_session() 86 int nf_xfrm_me_harder(struct net *net, struct sk_buff *skb, unsigned int family) in nf_xfrm_me_harder() argument 93 err = xfrm_decode_session(skb, &fl, family); in nf_xfrm_me_harder()
|
D | xt_tcpmss.c | 83 .family = NFPROTO_IPV4, 91 .family = NFPROTO_IPV6,
|
D | x_tables.c | 73 u_int8_t af = target->family; in xt_register_target() 85 u_int8_t af = target->family; in xt_unregister_target() 123 u_int8_t af = match->family; in xt_register_match() 135 u_int8_t af = match->family; in xt_unregister_match() 376 xt_prefix[par->family], par->match->name, in xt_check_match() 384 xt_prefix[par->family], par->match->name, in xt_check_match() 393 xt_prefix[par->family], par->match->name, in xt_check_match() 395 par->family), in xt_check_match() 397 par->family)); in xt_check_match() 402 xt_prefix[par->family], par->match->name, in xt_check_match() [all …]
|
/linux-4.4.14/arch/arm/mach-hisi/ |
D | Kconfig | 16 bool "Hisilicon Hi36xx family" if ARCH_MULTI_V7 23 Support for Hisilicon Hi36xx SoC family 26 bool "Hisilicon HIP01 family" if ARCH_MULTI_V7 31 Support for Hisilicon HIP01 SoC family 34 bool "Hisilicon HiP04 Cortex A15 family" if ARCH_MULTI_V7 40 Support for Hisilicon HiP04 SoC family 43 bool "Hisilicon X5HD2 family" if ARCH_MULTI_V7 50 Support for Hisilicon HIX5HD2 SoC family
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | header.c | 26 int family = -1, model = -1, step = -1; in get_cpuid() local 39 family = (a >> 8) & 0xf; /* bits 11 - 8 */ in get_cpuid() 44 if (family == 0xf) in get_cpuid() 45 family += (a >> 20) & 0xff; in get_cpuid() 48 if (family >= 0x6) in get_cpuid() 51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step); in get_cpuid()
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | txtimestamp.c | 157 static void print_pktinfo(int family, int ifindex, void *saddr, void *daddr) in print_pktinfo() argument 163 saddr ? inet_ntop(family, saddr, sa, sizeof(sa)) : "unknown", in print_pktinfo() 164 daddr ? inet_ntop(family, daddr, da, sizeof(da)) : "unknown"); in print_pktinfo() 270 static void do_test(int family, unsigned int opt) in do_test() argument 275 if (family == AF_INET6 && cfg_proto != SOCK_STREAM) { in do_test() 292 fd = socket(family, cfg_proto, cfg_ipproto); in do_test() 301 if (family == PF_INET) { in do_test() 311 if (family == AF_INET6) { in do_test() 363 if (family == PF_INET) in do_test() 498 static void do_main(int family) in do_main() argument [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | verify_cpu.S | 78 # family > 6 || (family == 6 && model >= 0xd) 79 movl $0x1, %eax # check CPU family and model 83 andl $0x0ff00f00, %eax # mask family and extended family 86 ja verify_cpu_clear_xd # family > 6, ok 87 jb verify_cpu_check # family < 6, skip 92 jb verify_cpu_check # family == 6, model < 0xd, skip
|
D | tsc_msr.c | 61 static int match_cpu(u8 family, u8 model) in match_cpu() argument 66 if ((family == freq_desc_tables[i].x86_family) && in match_cpu()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeonfb.h | 61 #define IS_RV100_VARIANT(rinfo) (((rinfo)->family == CHIP_FAMILY_RV100) || \ 62 ((rinfo)->family == CHIP_FAMILY_RV200) || \ 63 ((rinfo)->family == CHIP_FAMILY_RS100) || \ 64 ((rinfo)->family == CHIP_FAMILY_RS200) || \ 65 ((rinfo)->family == CHIP_FAMILY_RV250) || \ 66 ((rinfo)->family == CHIP_FAMILY_RV280) || \ 67 ((rinfo)->family == CHIP_FAMILY_RS300)) 70 #define IS_R300_VARIANT(rinfo) (((rinfo)->family == CHIP_FAMILY_R300) || \ 71 ((rinfo)->family == CHIP_FAMILY_RV350) || \ 72 ((rinfo)->family == CHIP_FAMILY_R350) || \ [all …]
|
D | radeon_backlight.c | 171 (rinfo->family != CHIP_FAMILY_RV200 && in radeonfb_bl_init() 172 rinfo->family != CHIP_FAMILY_RV250 && in radeonfb_bl_init() 173 rinfo->family != CHIP_FAMILY_RV280 && in radeonfb_bl_init() 174 rinfo->family != CHIP_FAMILY_RV350); in radeonfb_bl_init()
|
D | radeon_pm.c | 134 if ((rinfo->family == CHIP_FAMILY_RV100) && (!rinfo->is_mobility)) { in radeon_pm_disable_dynamic_mode() 165 if (rinfo->family == CHIP_FAMILY_RV350) { in radeon_pm_disable_dynamic_mode() 248 else if (rinfo->family == CHIP_FAMILY_R300 || in radeon_pm_disable_dynamic_mode() 249 rinfo->family == CHIP_FAMILY_R350) { in radeon_pm_disable_dynamic_mode() 260 if (rinfo->family == CHIP_FAMILY_R300 || rinfo->family == CHIP_FAMILY_R350) { in radeon_pm_disable_dynamic_mode() 350 if (rinfo->family == CHIP_FAMILY_RV350) { in radeon_pm_enable_dynamic_mode() 435 if (rinfo->family == CHIP_FAMILY_R300 || rinfo->family == CHIP_FAMILY_R350) { in radeon_pm_enable_dynamic_mode() 472 if ((rinfo->family == CHIP_FAMILY_RV250 && in radeon_pm_enable_dynamic_mode() 474 ((rinfo->family == CHIP_FAMILY_RV100) && in radeon_pm_enable_dynamic_mode() 482 if ((rinfo->family == CHIP_FAMILY_RV200) || in radeon_pm_enable_dynamic_mode() [all …]
|
D | radeon_base.c | 97 #define CHIP_DEF(id, family, flags) \ argument 98 { PCI_VENDOR_ID_ATI, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (flags) | (CHIP_FAMILY_##family) } 1408 rinfo->family == CHIP_FAMILY_RS300 || in radeon_write_pll_regs() 1409 rinfo->family == CHIP_FAMILY_RS400 || in radeon_write_pll_regs() 1410 rinfo->family == CHIP_FAMILY_RS480) { in radeon_write_pll_regs() 1581 if (rinfo->family == CHIP_FAMILY_R200 || IS_R300_VARIANT(rinfo)) { in radeon_calc_pll_regs() 1905 (rinfo->family == CHIP_FAMILY_R200)) { in radeonfb_set_par() 1928 (rinfo->family == CHIP_FAMILY_R200) || !rinfo->has_CRTC2) in radeonfb_set_par() 2118 if ((rinfo->family == CHIP_FAMILY_RS100) || in radeon_identify_vram() 2119 (rinfo->family == CHIP_FAMILY_RS200) || in radeon_identify_vram() [all …]
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | Kconfig | 2 tristate "Solarflare SFC4000/SFC9000/SFC9100-family support" 11 the Solarflare SFC4000, SFC9000-family and SFC9100-family 17 bool "Solarflare SFC4000/SFC9000/SFC9100-family MTD support" 25 bool "Solarflare SFC9000/SFC9100-family hwmon support" 32 bool "Solarflare SFC9000-family SR-IOV support" 40 bool "Solarflare SFC9000/SFC9100-family MCDI logging support"
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | Kconfig | 23 bool "Enable support for Tegra20 family" 37 bool "Enable support for Tegra30 family" 44 Support for NVIDIA Tegra T30 processor family, based on the 48 bool "Enable support for Tegra114 family" 55 Support for NVIDIA Tegra T114 processor family, based on the 59 bool "Enable support for Tegra124 family" 65 Support for NVIDIA Tegra T124 processor family, based on the
|
D | tegra.c | 97 soc_dev_attr->family = kasprintf(GFP_KERNEL, "Tegra"); in tegra_dt_init() 104 kfree(soc_dev_attr->family); in tegra_dt_init()
|
/linux-4.4.14/arch/arm/mach-sti/ |
D | Kconfig | 28 bool "STiH415 STMicroelectronics Consumer Electronics family" 33 Electronics family StiH415 parts, primarily targeted at set-top-box 38 bool "STiH416 STMicroelectronics Consumer Electronics family" 43 Electronics family StiH416 parts, primarily targeted at set-top-box 48 bool "STiH407 STMicroelectronics Consumer Electronics family" 53 Electronics family StiH407 parts, targetted at set-top-box
|
/linux-4.4.14/Documentation/arm/Marvell/ |
D | README | 11 Orion family 29 Kirkwood family 59 Discovery family 79 EBU Armada family 121 Avanta family 138 Dove family (application processor) 152 PXA 2xx/3xx/93x/95x family 160 …Product Brief : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_pb… 161 …Design guide : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_de… 162 …Developers manual : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_de… [all …]
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | amd.c | 32 static int get_did(int family, union msr_pstate pstate) in get_did() argument 36 if (family == 0x12) in get_did() 44 static int get_cof(int family, union msr_pstate pstate) in get_cof() argument 49 did = get_did(family, pstate); in get_cof() 53 if (family == 0x11) in get_cof()
|
D | cpuid.c | 56 cpu_info->family = unknown; in get_cpu_info() 85 &cpu_info->family); in get_cpu_info() 95 cpu_info->family == unknown || in get_cpu_info() 145 if (cpu_info->family == 6) { in get_cpu_info()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | Kconfig | 27 This adds support for rt2400 wireless chipset family. 39 This adds support for rt2500 wireless chipset family. 54 This adds support for rt2501 wireless chipset family. 71 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. 83 This adds support for rt33xx wireless chipset family to the 91 This adds support for rt35xx wireless chipset family to the 100 This adds support for rt53xx wireless chipset family to the 108 This adds support for rt3290 wireless chipset family to the 119 This adds support for rt2500 wireless chipset family. 132 This adds support for rt2501 wireless chipset family. [all …]
|
/linux-4.4.14/drivers/w1/slaves/ |
D | Kconfig | 8 tristate "Thermal family implementation" 14 tristate "Simple 64bit memory family implementation" 20 tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)" 36 tristate "Dual Channel Addressable Switch 0x3a family support (DS2413)" 42 tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)" 58 counter family device (DS2423). 61 tristate "1kb EEPROM family support (DS2431)" 64 1kb EEPROM family device (DS2431) 67 tristate "4kb EEPROM family support (DS2433)" 70 4kb EEPROM family device (DS2433). [all …]
|
/linux-4.4.14/security/tomoyo/ |
D | network.c | 363 const char *family, const u8 protocol, in tomoyo_audit_net_log() argument 366 return tomoyo_supervisor(r, "network %s %s %s %s\n", family, in tomoyo_audit_net_log() 623 u8 family; in tomoyo_sock_family() local 627 family = sk->sk_family; in tomoyo_sock_family() 628 switch (family) { in tomoyo_sock_family() 632 return family; in tomoyo_sock_family() 648 const u8 family = tomoyo_sock_family(sock->sk); in tomoyo_socket_listen_permission() local 653 if (!family || (type != SOCK_STREAM && type != SOCK_SEQPACKET)) in tomoyo_socket_listen_permission() 664 if (family == PF_UNIX) in tomoyo_socket_listen_permission() 684 const u8 family = tomoyo_sock_family(sock->sk); in tomoyo_socket_connect_permission() local [all …]
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 84 find_set_type(const char *name, u8 family, u8 revision) in find_set_type() argument 90 (type->family == family || in find_set_type() 91 type->family == NFPROTO_UNSPEC) && in find_set_type() 114 #define find_set_type_get(name, family, revision, found) \ argument 115 __find_set_type_get(name, family, revision, found, false) 118 __find_set_type_get(const char *name, u8 family, u8 revision, in __find_set_type_get() argument 128 *found = find_set_type(name, family, revision); in __find_set_type_get() 144 __find_set_type_get(name, family, revision, found, true); in __find_set_type_get() 155 #define find_set_type_minmax(name, family, min, max) \ argument 156 __find_set_type_minmax(name, family, min, max, false) [all …]
|
D | ip_set_hash_gen.h | 153 #define SET_HOST_MASK(family) (family == AF_INET ? 32 : 128) argument 157 #define NLEN(family) (SET_HOST_MASK(family) + 1) argument 161 #define NLEN(family) SET_HOST_MASK(family) argument 166 #define NLEN(family) 0 argument 401 memset(h->nets, 0, sizeof(struct net_prefixes) * NLEN(set->family)); in mtype_flush() 549 mtype_expire(set, h, NLEN(set->family), set->dsize); in mtype_gc() 721 mtype_expire(set, h, NLEN(set->family), set->dsize); in mtype_add() 781 NLEN(set->family), i); in mtype_add() 817 NLEN(set->family), i); in mtype_add() 890 NLEN(set->family), j); in mtype_del() [all …]
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | core.c | 124 unsigned int family; in load_ucode_bsp() local 133 family = x86_family(); in load_ucode_bsp() 137 if (family >= 6) in load_ucode_bsp() 141 if (family >= 0x10) in load_ucode_bsp() 142 load_ucode_amd_bsp(family); in load_ucode_bsp() 160 int vendor, family; in load_ucode_ap() local 169 family = x86_family(); in load_ucode_ap() 173 if (family >= 6) in load_ucode_ap() 177 if (family >= 0x10) in load_ucode_ap() 207 int vendor, family; in reload_early_microcode() local [all …]
|
D | amd.c | 263 unsigned int family) in load_builtin_amd_microcode() argument 268 if (family >= 0x15) in load_builtin_amd_microcode() 270 "amd-ucode/microcode_amd_fam%.2xh.bin", family); in load_builtin_amd_microcode() 278 void __init load_ucode_amd_bsp(unsigned int family) in load_ucode_amd_bsp() argument 294 if (!load_builtin_amd_microcode(&cp, family)) in load_ucode_amd_bsp() 574 static unsigned int verify_patch_size(u8 family, u32 patch_size, in verify_patch_size() argument 584 switch (family) { in verify_patch_size() 754 static int verify_and_add_patch(u8 family, u8 *fw, unsigned int leftover) in verify_and_add_patch() argument 775 if (proc_fam != family) in verify_and_add_patch() 784 ret = verify_patch_size(family, patch_size, leftover); in verify_and_add_patch() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | tunnel4.c | 21 static inline struct xfrm_tunnel __rcu **fam_handlers(unsigned short family) in fam_handlers() argument 23 return (family == AF_INET) ? &tunnel4_handlers : &tunnel64_handlers; in fam_handlers() 26 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_register() argument 36 for (pprev = fam_handlers(family); in xfrm4_tunnel_register() 58 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_deregister() argument 66 for (pprev = fam_handlers(family); in xfrm4_tunnel_deregister()
|
D | ping.c | 474 static inline int ping_supported(int family, int type, int code) in ping_supported() argument 476 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported() 477 (family == AF_INET6 && type == ICMPV6_ECHO_REQUEST && code == 0); in ping_supported() 487 int family; in ping_err() local 498 family = AF_INET; in ping_err() 503 family = AF_INET6; in ping_err() 513 if (!ping_supported(family, icmph->type, icmph->code)) in ping_err() 579 if ((family == AF_INET && !inet_sock->recverr) || in ping_err() 580 (family == AF_INET6 && !inet6_sk(sk)->recverr)) { in ping_err() 584 if (family == AF_INET) { in ping_err() [all …]
|
D | xfrm4_state.c | 35 sel->family = AF_INET; in __xfrm4_init_tempsel() 54 x->props.family = AF_INET; in xfrm4_init_temprop() 74 .family = AF_INET,
|
/linux-4.4.14/arch/arm/mach-at91/ |
D | Kconfig | 11 bool "SAMA5D2 family" if ARCH_MULTI_V7 21 Select this if ou are using one of Atmel's SAMA5D2 family SoC. 24 bool "SAMA5D3 family" if ARCH_MULTI_V7 32 Select this if you are using one of Atmel's SAMA5D3 family SoC. 36 bool "SAMA5D4 family" if ARCH_MULTI_V7 46 Select this if you are using one of Atmel's SAMA5D4 family SoC.
|
D | soc.c | 79 soc_dev_attr->family = soc->family; in at91_soc_init() 91 if (soc->family) in at91_soc_init() 92 pr_info("Detected SoC family: %s\n", soc->family); in at91_soc_init()
|
D | soc.h | 21 const char *family; member 29 .family = (__family), \
|
/linux-4.4.14/net/netlabel/ |
D | netlabel_kapi.c | 69 u16 family, in netlbl_cfg_map_del() argument 77 switch (family) { in netlbl_cfg_map_del() 103 u16 family, in netlbl_cfg_unlbl_map_add() argument 132 switch (family) { in netlbl_cfg_unlbl_map_add() 218 u16 family, in netlbl_cfg_unlbl_static_add() argument 224 switch (family) { in netlbl_cfg_unlbl_static_add() 261 u16 family, in netlbl_cfg_unlbl_static_del() argument 266 switch (family) { in netlbl_cfg_unlbl_static_del() 770 u16 family, in netlbl_sock_setattr() argument 782 switch (family) { in netlbl_sock_setattr() [all …]
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 140 unsigned int fms, family, model, stepping; in validate_cpuid() local 155 family = (fms >> 8) & 0xf; in validate_cpuid() 158 if (family == 6 || family == 0xf) in validate_cpuid() 164 family, model, stepping, family, model, stepping); in validate_cpuid()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 94 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; in nvkm_udevice_info() 96 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_udevice_info() 97 case NV_20: args->v0.family = NV_DEVICE_INFO_V0_KELVIN; break; in nvkm_udevice_info() 98 case NV_30: args->v0.family = NV_DEVICE_INFO_V0_RANKINE; break; in nvkm_udevice_info() 99 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; in nvkm_udevice_info() 100 case NV_50: args->v0.family = NV_DEVICE_INFO_V0_TESLA; break; in nvkm_udevice_info() 101 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; in nvkm_udevice_info() 102 case NV_E0: args->v0.family = NV_DEVICE_INFO_V0_KEPLER; break; in nvkm_udevice_info() 103 case GM100: args->v0.family = NV_DEVICE_INFO_V0_MAXWELL; break; in nvkm_udevice_info() 105 args->v0.family = 0; in nvkm_udevice_info()
|
/linux-4.4.14/drivers/w1/ |
D | w1.c | 101 w1_family_put(sl->family); in w1_slave_release() 418 unsigned int family; in w1_atoreg_num() local 435 i = sscanf(buf, "%02x-%012llx", &family, &id); in w1_atoreg_num() 440 rn->family = family; in w1_atoreg_num() 448 rn->family, (unsigned long long)rn->id, rn->crc); in w1_atoreg_num() 463 if (sl->reg_num.family == rn->family && in w1_slave_search_device() 532 dev_info(dev, "Device %02x-%012llx doesn't exists\n", rn.family, in w1_master_attribute_store_remove() 621 err = add_uevent_var(env, "W1_FID=%02X", sl->reg_num.family); in w1_uevent() 636 fops = sl->family->fops; in w1_family_notify() 666 sl->family->fops->remove_slave(sl); in w1_family_notify() [all …]
|
D | w1.h | 35 __u64 family:8, member 41 family:8; 97 struct w1_family *family; member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | match.c | 36 for (m = match; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu() 39 if (m->family != X86_FAMILY_ANY && c->x86 != m->family) in x86_match_cpu()
|
/linux-4.4.14/Documentation/DocBook/ |
D | w1.xml.db | 9 API-struct-w1-family-ops 10 API-struct-w1-family 11 API-w1-register-family 12 API-w1-unregister-family
|
/linux-4.4.14/arch/ia64/oprofile/ |
D | perfmon.c | 61 __u8 family = local_cpu_data->family; in get_cpu_type() local 63 switch (family) { in get_cpu_type()
|
/linux-4.4.14/net/core/ |
D | sock_diag.c | 189 if (hndl->family >= AF_MAX) in sock_diag_register() 193 if (sock_diag_handlers[hndl->family]) in sock_diag_register() 196 sock_diag_handlers[hndl->family] = hndl; in sock_diag_register() 205 int family = hnld->family; in sock_diag_unregister() local 207 if (family >= AF_MAX) in sock_diag_unregister() 211 BUG_ON(sock_diag_handlers[family] != hnld); in sock_diag_unregister() 212 sock_diag_handlers[family] = NULL; in sock_diag_unregister()
|
D | fib_rules.c | 68 static struct fib_rules_ops *lookup_rules_ops(struct net *net, int family) in lookup_rules_ops() argument 74 if (ops->family == family) { in lookup_rules_ops() 116 if (ops->family == o->family) in __fib_rules_register() 280 ops = lookup_rules_ops(net, frh->family); in fib_nl_newrule() 440 ops = lookup_rules_ops(net, frh->family); in fib_nl_delrule() 572 frh->family = ops->family; in fib_nl_fill_rule() 660 int idx = 0, family; in fib_nl_dumprule() local 662 family = rtnl_msg_family(cb->nlh); in fib_nl_dumprule() 663 if (family != AF_UNSPEC) { in fib_nl_dumprule() 665 ops = lookup_rules_ops(net, family); in fib_nl_dumprule()
|
D | flow.c | 35 u16 family; member 192 flow_cache_lookup(struct net *net, const struct flowi *key, u16 family, u8 dir, in flow_cache_lookup() argument 208 keysize = flow_key_size(family); in flow_cache_lookup() 223 tfle->family == family && in flow_cache_lookup() 238 fle->family = family; in flow_cache_lookup() 264 flo = resolver(net, key, family, dir, flo, ctx); in flow_cache_lookup()
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 100 double discover_bclk(unsigned int family, unsigned int model); 1821 int probe_nhm_msrs(unsigned int family, unsigned int model) in probe_nhm_msrs() argument 1830 if (family != 6) in probe_nhm_msrs() 1833 bclk = discover_bclk(family, model); in probe_nhm_msrs() 1886 int has_nhm_turbo_ratio_limit(unsigned int family, unsigned int model) in has_nhm_turbo_ratio_limit() argument 1897 int has_ivt_turbo_ratio_limit(unsigned int family, unsigned int model) in has_ivt_turbo_ratio_limit() argument 1902 if (family != 6) in has_ivt_turbo_ratio_limit() 1913 int has_hsw_turbo_ratio_limit(unsigned int family, unsigned int model) in has_hsw_turbo_ratio_limit() argument 1918 if (family != 6) in has_hsw_turbo_ratio_limit() 1929 int has_knl_turbo_ratio_limit(unsigned int family, unsigned int model) in has_knl_turbo_ratio_limit() argument [all …]
|
/linux-4.4.14/drivers/misc/mic/ |
D | Kconfig | 14 More information about the Intel MIC family as well as the Linux 31 More information about the Intel MIC family as well as the Linux 43 Core (MIC) family of PCIe form factor coprocessor devices that 51 More information about the Intel MIC family as well as the Linux 63 Core (MIC) device family. The card driver communicates shutdown/ 81 Core (MIC) family of PCIe form factor coprocessor devices that 89 More information about the Intel MIC family as well as the Linux 100 Integrated Core (MIC) family of PCIe form factor coprocessor 107 More information about the Intel MIC family as well as the Linux
|
/linux-4.4.14/arch/arm/mach-bcm/ |
D | Kconfig | 33 Enable support for the Cygnus family, 45 Broadcom Northstar Plus family of SoCs are used for switching control 85 bool "Broadcom BCM281XX SoC family" if ARCH_MULTI_V7 89 Enable support for the BCM281XX family, which includes 94 bool "Broadcom BCM21664 SoC family" if ARCH_MULTI_V7 98 Enable support for the BCM21664 family, which includes 125 bool "Broadcom BCM2835 family" if ARCH_MULTI_V6 151 It currently supports the 'BCM63XX' ARM-based family, which includes 170 including the 7445 family of chips.
|
/linux-4.4.14/drivers/char/xilinx_hwicap/ |
D | xilinx_hwicap.c | 748 const char *family; in hwicap_of_probe() local 764 family = of_get_property(op->dev.of_node, "xlnx,family", NULL); in hwicap_of_probe() 766 if (family) { in hwicap_of_probe() 767 if (!strcmp(family, "virtex2p")) { in hwicap_of_probe() 769 } else if (!strcmp(family, "virtex4")) { in hwicap_of_probe() 771 } else if (!strcmp(family, "virtex5")) { in hwicap_of_probe() 773 } else if (!strcmp(family, "virtex6")) { in hwicap_of_probe() 794 const char *family; in hwicap_drv_probe() local 807 family = pdev->dev.platform_data; in hwicap_drv_probe() 809 if (family) { in hwicap_drv_probe() [all …]
|
/linux-4.4.14/fs/nls/ |
D | Kconfig | 42 The Microsoft FAT file system family can deal with filenames in 54 The Microsoft FAT file system family can deal with filenames in 66 The Microsoft FAT file system family can deal with filenames in 79 The Microsoft FAT file system family can deal with filenames in 95 The Microsoft FAT file system family can deal with filenames in 110 The Microsoft FAT file system family can deal with filenames in 121 The Microsoft FAT file system family can deal with filenames in 132 The Microsoft FAT file system family can deal with filenames in 143 The Microsoft FAT file system family can deal with filenames in 154 The Microsoft FAT file system family can deal with filenames in [all …]
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 28 When a device is found on the bus, w1 core tries to load the driver for its family 29 and check if it is loaded. If so, the family driver is attached to the slave. 30 If there is no driver for the family, default one is assigned, which allows to perform 47 Slave devices are handled by a driver written for a family of w1 devices. 49 A family driver populates a struct w1_family_ops (see w1_family.h) and 52 Current family drivers: 53 w1_therm - (ds18?20 thermal sensor family driver) 79 <xx-xxxxxxxxxxxxx> - A directory for a found device. The format is family-serial 119 family driver 121 appropriate family driver. Allows to read/write binary data.
|
/linux-4.4.14/net/sched/ |
D | em_ipset.c | 64 acpar.family = NFPROTO_IPV4; in em_ipset_match() 70 acpar.family = NFPROTO_IPV6; in em_ipset_match() 82 opt.family = acpar.family; in em_ipset_match()
|
/linux-4.4.14/fs/dlm/ |
D | netlink.c | 19 static struct genl_family family = { variable 35 data = genlmsg_put(skb, 0, dlm_nl_seqnum++, &family, 0, cmd); in prepare_data() 81 return genl_register_family_with_ops(&family, dlm_nl_ops); in dlm_netlink_init() 86 genl_unregister_family(&family); in dlm_netlink_exit()
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig.platforms | 18 This enables support for Samsung Exynos SoC family 30 This enables support for Samsung Exynos7 SoC family 33 bool "ARMv8 based Freescale Layerscape SoC family" 35 This enables support for the Freescale Layerscape SoC family. 40 This enables support for Hisilicon ARMv8 SoC family 87 This enables support for the NVIDIA Tegra SoC family.
|
/linux-4.4.14/net/atm/ |
D | proc.c | 71 int family; member 74 static inline int compare_family(struct sock *sk, int family) in compare_family() argument 76 return !family || (sk->sk_family == family); in compare_family() 79 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk() argument 95 l -= compare_family(sk, family); in __vcc_walk() 111 return __vcc_walk(&state->sk, state->family, &state->bucket, l) ? in vcc_walk() 116 int family, const struct seq_operations *ops) in __vcc_seq_open() argument 124 state->family = family; in __vcc_seq_open()
|
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 42 u_int8_t family; member 66 u_int8_t family; member 78 u_int8_t family; member 97 u_int8_t family; member 106 u_int8_t family; member 144 unsigned short family; member 184 unsigned short family; member
|
/linux-4.4.14/include/linux/ |
D | net.h | 133 int family; member 194 int family; member 212 void sock_unregister(int family); 213 int __sock_create(struct net *net, int family, int type, int proto, 215 int sock_create(int family, int type, int proto, struct socket **res); 216 int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res); 217 int sock_create_lite(int family, int type, int proto, struct socket **res);
|
D | netfilter.h | 273 unsigned short family; member 291 static inline const struct nf_afinfo *nf_get_afinfo(unsigned short family) in nf_get_afinfo() argument 293 return rcu_dereference(nf_afinfo[family]); in nf_get_afinfo() 298 u_int8_t protocol, unsigned short family) in nf_checksum() argument 304 afinfo = nf_get_afinfo(family); in nf_checksum() 314 u_int8_t protocol, unsigned short family) in nf_checksum_partial() argument 320 afinfo = nf_get_afinfo(family); in nf_checksum_partial() 335 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument 375 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() argument
|
D | genetlink.h | 39 #define MODULE_ALIAS_GENL_FAMILY(family)\ argument 40 MODULE_ALIAS_NET_PF_PROTO_NAME(PF_NETLINK, NETLINK_GENERIC, "-family-" family)
|
/linux-4.4.14/net/key/ |
D | af_key.c | 574 static inline int pfkey_sockaddr_len(sa_family_t family) in pfkey_sockaddr_len() argument 576 switch (family) { in pfkey_sockaddr_len() 618 unsigned short family; in pfkey_xfrm_state_lookup() local 634 family = ((const struct sockaddr *)(addr + 1))->sa_family; in pfkey_xfrm_state_lookup() 635 switch (family) { in pfkey_xfrm_state_lookup() 651 return xfrm_state_lookup(net, DUMMY_MARK, xaddr, sa->sadb_sa_spi, proto, family); in pfkey_xfrm_state_lookup() 657 pfkey_sockaddr_size(sa_family_t family) in pfkey_sockaddr_size() argument 659 return PFKEY_ALIGN8(pfkey_sockaddr_len(family)); in pfkey_sockaddr_size() 693 unsigned short family) in pfkey_sockaddr_fill() argument 695 switch (family) { in pfkey_sockaddr_fill() [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | microcode_amd.h | 62 extern enum ucode_state load_microcode_amd(int cpu, u8 family, const u8 *data, size_t size); 68 extern void __init load_ucode_amd_bsp(unsigned int family); 73 static inline void __init load_ucode_amd_bsp(unsigned int family) {} in load_ucode_amd_bsp() argument
|
/linux-4.4.14/arch/sh/mm/ |
D | cache.c | 308 if (boot_cpu_data.family == CPU_FAMILY_SH2) { in cpu_cache_init() 314 if (boot_cpu_data.family == CPU_FAMILY_SH2A) { in cpu_cache_init() 320 if (boot_cpu_data.family == CPU_FAMILY_SH3) { in cpu_cache_init() 333 if ((boot_cpu_data.family == CPU_FAMILY_SH4) || in cpu_cache_init() 334 (boot_cpu_data.family == CPU_FAMILY_SH4A) || in cpu_cache_init() 335 (boot_cpu_data.family == CPU_FAMILY_SH4AL_DSP)) { in cpu_cache_init() 348 if (boot_cpu_data.family == CPU_FAMILY_SH5) { in cpu_cache_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 17 The compatible strings used for each supported SoC family 57 BCM281XX family 59 CCU compatible string values for SoCs in the BCM281XX family are: 67 BCM281XX family clocks. When a clock consumer references a clocks, 103 BCM21664 family 105 CCU compatible string values for SoCs in the BCM21664 family are: 112 BCM21664 family clocks. When a clock consumer references a clocks,
|
/linux-4.4.14/drivers/hwmon/ |
D | hwmon-vid.c | 175 u8 family; member 272 static u8 find_vrm(u8 family, u8 model, u8 stepping, u8 vendor) in find_vrm() argument 278 family == vrm_models[i].family && in find_vrm()
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | msp_setup.c | 153 unsigned long family; in prom_init() local 167 family = identify_family(); in prom_init() 170 switch (family) { in prom_init()
|
/linux-4.4.14/net/ipv6/ |
D | tunnel6.c | 38 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_register() argument 47 for (pprev = (family == AF_INET6) ? &tunnel6_handlers : &tunnel46_handlers; in xfrm6_tunnel_register() 69 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_deregister() argument 77 for (pprev = (family == AF_INET6) ? &tunnel6_handlers : &tunnel46_handlers; in xfrm6_tunnel_deregister()
|
D | xfrm6_state.c | 36 sel->family = AF_INET6; in __xfrm6_init_tempsel() 55 x->props.family = AF_INET6; in xfrm6_init_temprop() 173 .family = AF_INET6,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 187 if (drm->device.info.family == NV_DEVICE_INFO_V0_CELSIUS && reg1 >= NV_PRAMDAC_VPLL_COEFF) { in nouveau_hw_get_pllvals() 394 if (drm->device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_save_state_ramdac() 450 if (drm->device.info.family == NV_DEVICE_INFO_V0_CURIE) { in nv_save_state_ramdac() 471 if (drm->device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_load_state_ramdac() 522 if (drm->device.info.family == NV_DEVICE_INFO_V0_CURIE) { in nv_load_state_ramdac() 603 if (drm->device.info.family >= NV_DEVICE_INFO_V0_KELVIN) in nv_save_state_ext() 606 if (drm->device.info.family >= NV_DEVICE_INFO_V0_RANKINE) in nv_save_state_ext() 615 if (drm->device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) { in nv_save_state_ext() 619 if (drm->device.info.family >= NV_DEVICE_INFO_V0_RANKINE) in nv_save_state_ext() 622 if (drm->device.info.family == NV_DEVICE_INFO_V0_CURIE) in nv_save_state_ext() [all …]
|
D | hw.h | 174 if (head && drm->device.info.family == NV_DEVICE_INFO_V0_CURIE) in NVReadPRMVIO() 189 if (head && drm->device.info.family == NV_DEVICE_INFO_V0_CURIE) in NVWritePRMVIO() 338 return drm->device.info.family >= NV_DEVICE_INFO_V0_CELSIUS ? NV10_CURSOR_SIZE : NV04_CURSOR_SIZE; in nv_cursor_width() 360 if (drm->device.info.family == NV_DEVICE_INFO_V0_TNT) { in nv_set_crtc_base() 385 if (drm->device.info.family == NV_DEVICE_INFO_V0_CURIE) in nv_show_cursor() 401 if (drm->device.info.family == NV_DEVICE_INFO_V0_TNT) in nv_pitch_align()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-local.c | 145 srx->transport.family, in rxrpc_lookup_local() 157 local->srx.transport.family, in rxrpc_lookup_local() 162 local->srx.transport.family != srx->transport.family) in rxrpc_lookup_local() 165 switch (srx->transport.family) { in rxrpc_lookup_local() 203 local->srx.transport.family, in rxrpc_lookup_local() 218 local->srx.transport.family, in rxrpc_lookup_local()
|
D | ar-peer.c | 81 if (srx->transport.family == AF_INET) { in rxrpc_alloc_peer() 171 peer->srx.transport.family, in rxrpc_get_peer() 205 if (local->srx.transport.family == AF_INET && in rxrpc_find_peer() 211 peer->srx.transport.family == AF_INET && in rxrpc_find_peer()
|
D | af_rxrpc.c | 98 if (srx->transport.family != rx->proto) in rxrpc_validate_address() 101 switch (srx->transport.family) { in rxrpc_validate_address() 240 if (rx->srx.transport.family != srx->transport.family) in rxrpc_name_to_transport() 401 rx->srx.transport.family = srx->transport.family; in rxrpc_connect() 757 .family = PF_UNIX, 785 .family = PF_RXRPC,
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | Kconfig | 2 tristate "QLogic ISP4XXX and ISP82XX host adapter family support" 8 and 8032 (ISP83XX) iSCSI host adapter family.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-omap.txt | 5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family. 6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family. 11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
|
/linux-4.4.14/arch/sh/include/asm/ |
D | module.h | 23 # error unknown processor family 35 # error unknown processor family
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 28 OMAP3 SoC family. The current chips supported are: 43 OMAP4 SoC family. The current chip supported are: 57 OMAP5 SoC family. The current chip supported are: 69 DRA752 SoC family. The current chip supported are:
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Kconfig | 34 bool "Lemote Loongson 2F family machines" 57 Lemote Loongson 2F family machines utilize the 2F revision of 60 These family machines include fuloong2f mini PC, yeeloong2f notebook, 64 bool "Generic Loongson 3 family machines" 91 Generic Loongson 3 family machines utilize the 3A/3B revision
|
/linux-4.4.14/include/uapi/linux/ |
D | xfrm.h | 55 __u16 family; member 237 __u16 family; member 368 __u16 family; member 387 __u16 family; member 463 __u16 family; member 491 __u16 family; member
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_main.c | 108 switch (mdev->family) { in mic_ops_init() 128 enum mic_hw_family family; in mic_get_family() local 146 family = MIC_FAMILY_X100; in mic_get_family() 149 family = MIC_FAMILY_UNKNOWN; in mic_get_family() 152 return family; in mic_get_family() 167 mdev->family = mic_get_family(pdev); in mic_device_init()
|
/linux-4.4.14/Documentation/arm/Atmel/ |
D | README | 53 - at91sam9g45 family 61 - at91sam9x5 family (aka "The 5 series") 67 + Datasheet (can be considered as covering the whole family) 75 - sama5d3 family 85 - sama5d4 family 93 - sama5d2 family
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | Kconfig | 11 controller (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family).
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | Kconfig | 2 # Geode family framebuffer configuration 5 bool "AMD Geode family framebuffer support" 9 the AMD Geode family of processors.
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_queue.h | 83 nfqueue_hash(const struct sk_buff *skb, u16 queue, u16 queues_total, u8 family, in nfqueue_hash() argument 86 if (family == NFPROTO_IPV4) in nfqueue_hash() 89 else if (family == NFPROTO_IPV6) in nfqueue_hash()
|
D | nf_tables.h | 38 pkt->pf = pkt->xt.family = state->pf; in nft_set_pktinfo() 598 u8 family; member 779 int family; member 873 int family; member 896 #define MODULE_ALIAS_NFT_FAMILY(family) \ argument 897 MODULE_ALIAS("nft-afinfo-" __stringify(family)) 899 #define MODULE_ALIAS_NFT_CHAIN(family, name) \ argument 900 MODULE_ALIAS("nft-chain-" __stringify(family) "-" name) 902 #define MODULE_ALIAS_NFT_AF_EXPR(family, name) \ argument 903 MODULE_ALIAS("nft-expr-" __stringify(family) "-" name)
|
D | nf_log.h | 68 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument 69 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
|
/linux-4.4.14/include/linux/netfilter_bridge/ |
D | ebtables.h | 36 u_int8_t family; member 53 u_int8_t family; member 71 u_int8_t family; member
|
/linux-4.4.14/arch/arm/mach-zx/ |
D | Kconfig | 2 bool "ZTE ZX family" if ARCH_MULTI_V7 4 Support for ZTE ZX-based family of processors. TV
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 72 if (device->info.family < NV_DEVICE_INFO_V0_TESLA) in nouveau_fbcon_fillrect() 75 if (device->info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_fbcon_fillrect() 104 if (device->info.family < NV_DEVICE_INFO_V0_TESLA) in nouveau_fbcon_copyarea() 107 if (device->info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_fbcon_copyarea() 136 if (device->info.family < NV_DEVICE_INFO_V0_TESLA) in nouveau_fbcon_imageblit() 139 if (device->info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_fbcon_imageblit() 281 if (drm->device.info.family < NV_DEVICE_INFO_V0_TESLA) in nouveau_fbcon_accel_init() 284 if (drm->device.info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_fbcon_accel_init() 380 if (chan && device->info.family >= NV_DEVICE_INFO_V0_TESLA) { in nouveau_fbcon_create()
|
D | nouveau_chan.c | 130 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) { in nouveau_channel_prep() 144 if (device->info.family == NV_DEVICE_INFO_V0_TNT) { in nouveau_channel_prep() 304 if (device->info.family < NV_DEVICE_INFO_V0_FERMI) { in nouveau_channel_init() 305 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) { in nouveau_channel_init() 322 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) { in nouveau_channel_init() 379 if (device->info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_channel_init()
|
D | nouveau_abi16.c | 88 switch (drm->device.info.family) { in nouveau_abi16_swclass() 262 if (device->info.family >= NV_DEVICE_INFO_V0_KEPLER) { in nouveau_abi16_ioctl_channel_alloc() 293 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) in nouveau_abi16_ioctl_channel_alloc() 302 if (device->info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_abi16_ioctl_channel_alloc() 318 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) { in nouveau_abi16_ioctl_channel_alloc() 514 if (unlikely(device->info.family >= NV_DEVICE_INFO_V0_FERMI)) in nouveau_abi16_ioctl_notifierobj_alloc() 535 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) { in nouveau_abi16_ioctl_notifierobj_alloc()
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | sdhci-st.txt | 11 family). 32 for eMMC on stih407 family silicon to configure DLL inside FlashSS. 35 family. 76 /* Example SD stih407 family configuration */ 93 /* Example eMMC stih407 family configuration */
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 166 xlnx,family = "virtex5"; 179 xlnx,family = "virtex5"; 291 xlnx,family = "virtex5"; 305 xlnx,family = "virtex5"; 321 xlnx,family = "virtex5"; 339 xlnx,family = "virtex5"; 358 xlnx,family = "virtex5"; 368 xlnx,family = "virtex5"; 374 xlnx,family = "virtex5"; 388 xlnx,family = "virtex5"; [all …]
|
D | virtex440-ml510.dts | 150 xlnx,family = "virtex5"; 253 xlnx,family = "virtex5"; 261 xlnx,family = "virtex5"; 275 xlnx,family = "virtex5"; 291 xlnx,family = "virtex5"; 310 xlnx,family = "virtex5"; 320 xlnx,family = "virtex5"; 331 xlnx,family = "virtex5"; 442 xlnx,family = "virtex5"; 456 xlnx,family = "virtex5";
|
/linux-4.4.14/net/openvswitch/ |
D | conntrack.c | 51 u16 family; member 416 if (nf_conntrack_in(net, info->family, NF_INET_PRE_ROUTING, in __ovs_ct_lookup() 420 if (ovs_ct_helper(skb, info->family) != NF_ACCEPT) { in __ovs_ct_lookup() 438 exp = ovs_ct_expect_find(net, &info->zone, info->family, skb); in ovs_ct_lookup() 541 helper = nf_conntrack_helper_try_module_get(name, info->family, in ovs_ct_add_helper() 676 u16 family; in ovs_ct_copy_action() local 679 family = key_to_nfproto(key); in ovs_ct_copy_action() 680 if (family == NFPROTO_UNSPEC) { in ovs_ct_copy_action() 686 ct_info.family = family; in ovs_ct_copy_action()
|
/linux-4.4.14/arch/arm/mach-spear/ |
D | Kconfig | 24 Supports for ARM's SPEAR13XX family 51 Supports for ARM's SPEAR3XX family 81 Supports for ARM's SPEAR6XX family
|
/linux-4.4.14/Documentation/arm/stm32/ |
D | overview.txt | 7 The STMicroelectronics family of Cortex-M based MCUs are supported by the 14 A generic configuration is provided for STM32 family, and can be used as the
|
/linux-4.4.14/drivers/base/ |
D | soc.c | 35 static DEVICE_ATTR(family, S_IRUGO, soc_info_get, NULL); 55 && (soc_dev->attr->family != NULL)) in soc_attribute_mode() 77 return sprintf(buf, "%s\n", soc_dev->attr->family); in soc_info_get()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | setup.c | 686 cpunum, c->vendor, c->family, c->model, in show_cpuinfo() 741 get_model_name(__u8 family, __u8 model) in get_model_name() argument 749 if (family == 0x7) in get_model_name() 751 else if (family == 0x1f) switch (model) { in get_model_name() 786 unsigned family : 8; in identify_cpu() member 821 c->family = cpuid.field.family; in identify_cpu() 824 c->model_name = get_model_name(c->family, c->model); in identify_cpu() 956 if (cpu_info->family == 0x1f) { in cpu_init()
|
/linux-4.4.14/fs/lockd/ |
D | svc.c | 180 struct net *net, const int family, in create_lockd_listener() argument 185 xprt = svc_find_xprt(serv, name, net, family, 0); in create_lockd_listener() 187 return svc_create_xprt(serv, name, net, family, port, in create_lockd_listener() 194 const int family) in create_lockd_family() argument 198 err = create_lockd_listener(serv, "udp", net, family, nlm_udpport); in create_lockd_family() 202 return create_lockd_listener(serv, "tcp", net, family, nlm_tcpport); in create_lockd_family()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91sam9g20.dtsi | 2 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC 12 model = "Atmel AT91SAM9G20 family SoC";
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_tables_arp.c | 30 .family = NFPROTO_ARP, 72 .family = NFPROTO_ARP,
|
D | nf_tables_ipv4.c | 48 .family = NFPROTO_IPV4, 93 .family = NFPROTO_IPV4,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | probe.c | 60 boot_cpu_data.family = CPU_FAMILY_SH4A; in cpu_probe() 64 boot_cpu_data.family = CPU_FAMILY_SH4AL_DSP; in cpu_probe() 75 boot_cpu_data.family = CPU_FAMILY_SH4; in cpu_probe()
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | Kconfig | 4 bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" 8 Select this to enable the ABx500 family IC GPIO driver
|
/linux-4.4.14/net/ |
D | socket.c | 961 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite() argument 966 err = security_socket_create(family, type, protocol, 1); in sock_create_lite() 977 err = security_socket_post_create(sock, family, type, protocol, 1); in sock_create_lite() 1088 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create() argument 1098 if (family < 0 || family >= NPROTO) in __sock_create() 1108 if (family == PF_INET && type == SOCK_PACKET) { in __sock_create() 1115 family = PF_PACKET; in __sock_create() 1118 err = security_socket_create(family, type, protocol, kern); in __sock_create() 1143 if (rcu_access_pointer(net_families[family]) == NULL) in __sock_create() 1144 request_module("net-pf-%d", family); in __sock_create() [all …]
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | sii9234_drv.c | 145 int family, rev, tpi_rev, dev_id, sub_id, hdcp, id; in sii9234_verify_version() local 147 family = sii9234_readb(client, 0x1b); in sii9234_verify_version() 154 if (family < 0 || rev < 0 || tpi_rev < 0 || dev_id < 0 || in sii9234_verify_version() 163 id, family, rev); in sii9234_verify_version()
|
/linux-4.4.14/net/mpls/ |
D | mpls_iptunnel.c | 57 if (dst->ops->family == AF_INET) { in mpls_output() 60 } else if (dst->ops->family == AF_INET6) { in mpls_output() 126 unsigned int family, const void *cfg, in mpls_build_state() argument
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_tables_ipv6.c | 47 .family = NFPROTO_IPV6, 92 .family = NFPROTO_IPV6,
|
/linux-4.4.14/net/sctp/ |
D | protocol.c | 822 sa_family_t family = PF_INET; in sctp_ctl_sock_init() local 825 family = PF_INET6; in sctp_ctl_sock_init() 827 err = inet_ctl_sock_create(&net->sctp.ctl_sock, family, in sctp_ctl_sock_init() 831 if (err < 0 && family == PF_INET6) in sctp_ctl_sock_init() 869 struct sctp_af *sctp_get_af_specific(sa_family_t family) in sctp_get_af_specific() argument 871 switch (family) { in sctp_get_af_specific() 924 static int sctp_inet_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet_af_supported() argument 927 return AF_INET == family; in sctp_inet_af_supported() 1014 .family = PF_INET, 1094 struct sctp_pf *sctp_get_pf_specific(sa_family_t family) in sctp_get_pf_specific() argument [all …]
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | mvebu-soc-id.c | 164 soc_dev_attr->family = kasprintf(GFP_KERNEL, "Marvell"); in mvebu_soc_device() 170 kfree(soc_dev_attr->family); in mvebu_soc_device()
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 13 - "ti,dm6441-spi" for SPI used similar to that on DM644x SoC family 14 - "ti,da830-spi" for SPI used similar to that on DA8xx SoC family 16 family
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-audio.txt | 1 Texas Instruments TWL family (twl4030) audio module 3 The audio module inside the TWL family consist of an audio codec and a vibra
|
/linux-4.4.14/arch/arm/mach-zynq/ |
D | common.c | 124 soc_dev_attr->family = kasprintf(GFP_KERNEL, "Xilinx Zynq"); in zynq_init_machine() 131 kfree(soc_dev_attr->family); in zynq_init_machine()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | ti,palmas-pwrbutton.txt | 1 Texas Instruments Palmas family power button module 3 This module is part of the Palmas family of PMICs. For more details
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbipd.c | 488 int nsockfd, family; in do_standalone_mode() local 520 family = AF_UNSPEC; in do_standalone_mode() 522 family = AF_INET; in do_standalone_mode() 524 family = AF_INET6; in do_standalone_mode() 526 ai_head = do_getaddrinfo(NULL, family); in do_standalone_mode()
|
/linux-4.4.14/arch/microblaze/boot/dts/ |
D | system.dts | 87 xlnx,family = "virtex5"; 142 xlnx,family = "virtex5"; 246 xlnx,family = "virtex5"; 262 xlnx,family = "virtex5"; 309 xlnx,family = "virtex5"; 318 xlnx,family = "virtex5"; 324 xlnx,family = "virtex5"; 358 xlnx,family = "virtex5";
|
/linux-4.4.14/drivers/iio/imu/ |
D | Kconfig | 46 A set of IO helper functions for the Analog Devices ADIS* device family. 53 family.
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | st,sti-picophyreset.txt | 1 STMicroelectronics STi family Sysconfig Picophy SoftReset Controller 6 the STi family SoC system configuration registers.
|
D | st,sti-softreset.txt | 1 STMicroelectronics STi family Sysconfig Peripheral SoftReset Controller 6 "softreset" control bits found in the STi family SoC system configuration
|