| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | intel-ucode-defs.h | 1 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x03, … 2 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, … 3 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, … 4 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, … 5 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, … 6 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, … 7 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, … 8 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, … 9 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, … 10 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x07, … [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_policer.c | 30 int (*init)(struct mlxsw_sp_policer_family *family); 31 void (*fini)(struct mlxsw_sp_policer_family *family); 32 int (*policer_index_alloc)(struct mlxsw_sp_policer_family *family, 34 struct mlxsw_sp_policer * (*policer_index_free)(struct mlxsw_sp_policer_family *family, 36 int (*policer_init)(struct mlxsw_sp_policer_family *family, 38 int (*policer_params_check)(const struct mlxsw_sp_policer_family *family, 74 struct mlxsw_sp_policer_family *family = priv; in mlxsw_sp_policer_single_rate_occ_get() local 76 return atomic_read(&family->policers_count); in mlxsw_sp_policer_single_rate_occ_get() 80 mlxsw_sp_policer_single_rate_family_init(struct mlxsw_sp_policer_family *family) in mlxsw_sp_policer_single_rate_family_init() argument 82 struct mlxsw_core *core = family->mlxsw_sp->core; in mlxsw_sp_policer_single_rate_family_init() [all …]
|
| /linux/net/netlink/ |
| H A D | genetlink.c | 57 static void genl_op_lock(const struct genl_family *family) in genl_op_lock() argument 59 if (!family->parallel_ops) in genl_op_lock() 63 static void genl_op_unlock(const struct genl_family *family) in genl_op_unlock() argument 65 if (!family->parallel_ops) in genl_op_unlock() 101 static int genl_ctrl_event(int event, const struct genl_family *family, 106 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy() argument 111 if (op->policy || op->cmd < family->resv_start_op) in genl_op_fill_in_reject_policy() 119 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split() argument 136 const struct genl_family *family; in genl_family_find_byname() local 139 idr_for_each_entry(&genl_fam_idr, family, id) in genl_family_find_byname() [all …]
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | octeon-model.c | 62 const char *family; in octeon_model_get_string_buffer() local 201 family = "37"; in octeon_model_get_string_buffer() 203 family = "36"; in octeon_model_get_string_buffer() 205 family = "38"; in octeon_model_get_string_buffer() 227 family = "30"; in octeon_model_get_string_buffer() 229 family = "31"; in octeon_model_get_string_buffer() 247 family = "30"; in octeon_model_get_string_buffer() 268 family = "58"; in octeon_model_get_string_buffer() 294 family = "55"; in octeon_model_get_string_buffer() 296 family = "57"; in octeon_model_get_string_buffer() [all …]
|
| /linux/drivers/soc/renesas/ |
| H A D | renesas-soc.c | 93 const struct renesas_family *family; member 98 .family = &fam_rza1, 102 .family = &fam_rza2, 107 .family = &fam_rmobile, 112 .family = &fam_rmobile, 117 .family = &fam_rzfive, 122 .family = &fam_rzg1, 127 .family = &fam_rzg1, 132 .family = &fam_rzg1, 137 .family = &fam_rzg1, [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 35 int family, int sotype, int mapfd) in test_insert_invalid() argument 53 int family, int sotype, int mapfd) in test_insert_opened() argument 59 s = xsocket(family, sotype, 0); in test_insert_opened() 75 int family, int sotype, int mapfd) in test_insert_bound() argument 83 init_addr_loopback(family, &addr, &len); in test_insert_bound() 85 s = xsocket(family, sotype, 0); in test_insert_bound() 103 int family, int sotype, int mapfd) in test_insert() argument 109 s = socket_loopback(family, sotype); in test_insert() 120 int family, int sotype, int mapfd) in test_delete_after_insert() argument 126 s = socket_loopback(family, sotype); in test_delete_after_insert() [all …]
|
| H A D | select_reuseport.c | 134 static void ss_init_loopback(struct sockaddr_storage *sa, sa_family_t family) in prepare_bpf_obj() 137 sa->ss_family = family; 144 static void ss_init_inany(struct sockaddr_storage *sa, sa_family_t family) in sa46_init_loopback() 147 sa->ss_family = family; 223 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in get_linum() 249 if (family == AF_INET6) { in check_data() 366 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() 372 fd = socket(family, type, 0); in send_data() 375 ss_init_loopback(&cli_sa, family); in send_data() 381 "sendto()", "family in send_data() 47 sa_family_t family; global() member 138 sa46_init_loopback(union sa46 * sa,sa_family_t family) sa46_init_loopback() argument 148 sa46_init_inany(union sa46 * sa,sa_family_t family) sa46_init_inany() argument 227 check_data(int type,sa_family_t family,const struct cmd * cmd,int cli_fd) check_data() argument 364 send_data(int type,sa_family_t family,void * data,size_t len,enum result expected) send_data() argument 386 do_test(int type,sa_family_t family,struct cmd * cmd,enum result expected) do_test() argument 444 test_err_inner_map(int type,sa_family_t family) test_err_inner_map() argument 455 test_err_skb_data(int type,sa_family_t family) test_err_skb_data() argument 461 test_err_sk_select_port(int type,sa_family_t family) test_err_sk_select_port() argument 472 test_pass(int type,sa_family_t family) test_pass() argument 485 test_syncookie(int type,sa_family_t family) test_syncookie() argument 520 test_pass_on_err(int type,sa_family_t family) test_pass_on_err() argument 531 test_detach_bpf(int type,sa_family_t family) test_detach_bpf() argument 584 prepare_sk_fds(int type,sa_family_t family,bool inany) prepare_sk_fds() argument 658 setup_per_test(int type,sa_family_t family,bool inany,bool no_inner_map) setup_per_test() argument 742 family_str(sa_family_t family) family_str() argument 768 test_config(int sotype,sa_family_t family,bool inany) test_config() argument 826 sa_family_t family; test_all() member [all...] |
| H A D | sockmap_ktls.c | 50 static int create_ktls_pairs(int family, int sotype, int *c, int *p) in create_ktls_pairs() argument 54 err = create_pair(family, sotype, c, p); in create_ktls_pairs() 64 static void test_sockmap_ktls_update_fails_when_sock_has_ulp(int family, int map) in test_sockmap_ktls_update_fails_when_sock_has_ulp() argument 72 switch (family) { in test_sockmap_ktls_update_fails_when_sock_has_ulp() 82 PRINT_FAIL("unsupported socket family %d", family); in test_sockmap_ktls_update_fails_when_sock_has_ulp() 86 s = socket(family, SOCK_STREAM, 0); in test_sockmap_ktls_update_fails_when_sock_has_ulp() 120 static const char *fmt_test_name(const char *subtest_name, int family, in fmt_test_name() argument 134 static void test_sockmap_ktls_offload(int family, int sotype) in test_sockmap_ktls_offload() argument 141 err = create_ktls_pairs(family, sotype, &c, &p); in test_sockmap_ktls_offload() 163 static void test_sockmap_ktls_tx_cork(int family, int sotype, bool push) in test_sockmap_ktls_tx_cork() argument [all …]
|
| /linux/security/selinux/include/ |
| H A D | netlabel.h | 29 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error, 35 int selinux_netlbl_skbuff_getsid(struct sk_buff *skb, u16 family, u32 *type, 37 int selinux_netlbl_skbuff_setsid(struct sk_buff *skb, u16 family, u32 sid); 40 int selinux_netlbl_inet_conn_request(struct request_sock *req, u16 family); 41 void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family); 43 int selinux_netlbl_socket_post_create(struct sock *sk, u16 family); 45 struct sk_buff *skb, u16 family, 59 static inline void selinux_netlbl_err(struct sk_buff *skb, u16 family, in selinux_netlbl_err() argument 77 static inline int selinux_netlbl_skbuff_getsid(struct sk_buff *skb, u16 family, in selinux_netlbl_skbuff_getsid() argument 84 static inline int selinux_netlbl_skbuff_setsid(struct sk_buff *skb, u16 family, in selinux_netlbl_skbuff_setsid() argument [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | peci-dimmtemp.rst | 9 Intel Xeon E5-14xx v3 family 10 Intel Xeon E5-24xx v3 family 11 Intel Xeon E5-16xx v3 family 12 Intel Xeon E5-26xx v3 family 13 Intel Xeon E5-46xx v3 family 14 Intel Xeon E7-48xx v3 family 15 Intel Xeon E7-88xx v3 family 17 Intel Xeon E5-16xx v4 family 18 Intel Xeon E5-26xx v4 family 19 Intel Xeon E5-46xx v4 family [all …]
|
| H A D | peci-cputemp.rst | 9 Intel Xeon E5-14xx v3 family 10 Intel Xeon E5-24xx v3 family 11 Intel Xeon E5-16xx v3 family 12 Intel Xeon E5-26xx v3 family 13 Intel Xeon E5-46xx v3 family 14 Intel Xeon E7-48xx v3 family 15 Intel Xeon E7-88xx v3 family 17 Intel Xeon E5-16xx v4 family 18 Intel Xeon E5-26xx v4 family 19 Intel Xeon E5-46xx v4 family [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | bind_wildcard.c | 43 sa_family_t family[2]; in FIXTURE_VARIANT() local 63 .family = {AF_INET, AF_INET}, in FIXTURE_VARIANT_ADD() 77 .family = {AF_INET, AF_INET}, in FIXTURE_VARIANT_ADD() 92 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() 106 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() 121 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() 135 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() 149 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() 163 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() 177 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD() [all …]
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | ftrace-tcp.c | 29 int family; member 57 int __trace_event_expect(enum trace_events type, int family, in __trace_event_expect() argument 65 .family = family, in __trace_event_expect() 119 int family; member 149 if (p->family != e->family) in lookup_expected_event() 151 if (p->family == AF_INET) in lookup_expected_event() 227 static int tracer_ip_split(int family, char *src, char **addr, char **port) in tracer_ip_split() argument 231 if (family == AF_INET) { in tracer_ip_split() 243 if (family != AF_INET6) in tracer_ip_split() 266 static int tracer_scan_address(int family, char *src, in tracer_scan_address() argument [all …]
|
| /linux/security/selinux/ |
| H A D | netlabel.c | 44 u16 family, in selinux_netlbl_sidlookup_cached() argument 54 netlbl_cache_add(skb, family, secattr); in selinux_netlbl_sidlookup_cached() 144 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error, int gateway) in selinux_netlbl_err() argument 146 netlbl_skbuff_err(skb, family, error, gateway); in selinux_netlbl_err() 195 u16 family, in selinux_netlbl_skbuff_getsid() argument 209 rc = netlbl_skbuff_getattr(skb, family, &secattr); in selinux_netlbl_skbuff_getsid() 211 rc = selinux_netlbl_sidlookup_cached(skb, family, in selinux_netlbl_skbuff_getsid() 233 u16 family, in selinux_netlbl_skbuff_setsid() argument 259 rc = netlbl_skbuff_setattr(skb, family, secattr); in selinux_netlbl_skbuff_setsid() 330 int selinux_netlbl_inet_conn_request(struct request_sock *req, u16 family) in selinux_netlbl_inet_conn_request() argument [all …]
|
| H A D | netnode.c | 104 static struct sel_netnode *sel_netnode_find(const void *addr, u16 family) in sel_netnode_find() argument 109 switch (family) { in sel_netnode_find() 122 if (node->nsec.family == family) in sel_netnode_find() 123 switch (family) { in sel_netnode_find() 150 switch (node->nsec.family) { in sel_netnode_insert() 191 static int sel_netnode_sid_slow(const void *addr, u16 family, u32 *sid) in sel_netnode_sid_slow() argument 198 node = sel_netnode_find(addr, family); in sel_netnode_sid_slow() 209 switch (family) { in sel_netnode_sid_slow() 227 new->nsec.family = family; in sel_netnode_sid_slow() 254 int sel_netnode_sid(const void *addr, u16 family, u32 *sid) in sel_netnode_sid() argument [all …]
|
| /linux/drivers/dma/ti/ |
| H A D | k3-psil.c | 21 { .family = "AM65X", .data = &am654_ep_map }, 22 { .family = "J721E", .data = &j721e_ep_map }, 23 { .family = "J7200", .data = &j7200_ep_map }, 24 { .family = "AM64X", .data = &am64_ep_map }, 25 { .family = "J721S2", .data = &j721s2_ep_map }, 26 { .family = "AM62X", .data = &am62_ep_map }, 27 { .family = "AM62AX", .data = &am62a_ep_map }, 28 { .family = "J784S4", .data = &j784s4_ep_map }, 29 { .family = "AM62PX", .data = &am62p_ep_map }, 30 { .family = "J722S", .data = &am62p_ep_map },
|
| /linux/Documentation/devicetree/bindings/arm/omap/ |
| H A 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-per" for OMAP4 family l4 per bus 11 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus 12 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus 13 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus 14 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus 15 Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus [all …]
|
| /linux/arch/arm/mach-hisi/ |
| H A D | Kconfig | 17 bool "Hisilicon Hi36xx family" 25 Support for Hisilicon Hi36xx SoC family 28 bool "Hisilicon HIP01 family" 34 Support for Hisilicon HIP01 SoC family 37 bool "Hisilicon HiP04 Cortex A15 family" 45 Support for Hisilicon HiP04 SoC family 48 bool "Hisilicon X5HD2 family" 56 Support for Hisilicon HIX5HD2 SoC family 59 bool "Hisilicon SD5203 family" 63 Support for Hisilicon SD5203 SoC family
|
| /linux/net/xfrm/ |
| H A D | xfrm_state.c | 65 unsigned short family) in xfrm_dst_hash() argument 69 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash() 75 unsigned short family) in xfrm_src_hash() argument 79 return __xfrm_src_hash(daddr, saddr, family, net->xfrm.state_hmask); in xfrm_src_hash() 84 __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() argument 88 return __xfrm_spi_hash(daddr, spi, proto, family, net->xfrm.state_hmask); in xfrm_spi_hash() 131 x->props.reqid, x->props.family, in xfrm_hash_transfer() 136 x->props.family, in xfrm_hash_transfer() 142 x->id.proto, x->props.family, in xfrm_hash_transfer() 236 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type() argument [all …]
|
| H A 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() 147 unsigned short family, unsigned int hmask, in __sel_hash() argument 154 switch (family) { in __sel_hash() [all …]
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_nat.sh | 150 local family=$1 154 if [ "$family" = "inet" ];then 159 table $family nat { 167 echo "SKIP: Could not add add $family dnat hook" 212 test $lret -eq 0 && echo "PASS: ipv6 ping to $ns1 was $family NATted to $ns2" 220 local family=$1 224 if [ "$family" = "inet" ];then 229 table $family nat { 237 if [ "$family" = "inet" ];then 242 echo "SKIP: Could not add add $family dna [all...] |
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 48 def __init__(self, family, attr_set, attr, value): argument 49 super().__init__(family, attr_set, attr, value) 73 if self.nested_attrs == family.name: 78 if self.nested_attrs in self.family.consts: 95 return self.family.attr_sets[self.attr_set.subset_of][self.name] 113 if value in self.family.consts: 114 return self.family.consts[value]["value"] 123 if value in self.family.consts: 124 const = self.family.consts[value] 357 def __init__(self, family, attr_set, attr, value): argument [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_socket.c | 154 static int socket_mt_enable_defrag(struct net *net, int family) in socket_mt_enable_defrag() argument 156 switch (family) { in socket_mt_enable_defrag() 164 WARN_ONCE(1, "Unknown family %d\n", family); in socket_mt_enable_defrag() 173 err = socket_mt_enable_defrag(par->net, par->family); in socket_mt_v1_check() 190 err = socket_mt_enable_defrag(par->net, par->family); in socket_mt_v2_check() 208 err = socket_mt_enable_defrag(par->net, par->family); in socket_mt_v3_check() 221 if (par->family == NFPROTO_IPV4) in socket_mt_destroy() 224 else if (par->family == NFPROTO_IPV6) in socket_mt_destroy() 233 .family = NFPROTO_IPV4, 242 .family = NFPROTO_IPV4, [all …]
|
| H A D | nft_nat.c | 29 u8 family; member 37 switch (priv->family) { in nft_nat_setup_addr() 145 if (ctx->family != NFPROTO_IPV4 && in nft_nat_validate() 146 ctx->family != NFPROTO_IPV6 && in nft_nat_validate() 147 ctx->family != NFPROTO_INET) in nft_nat_validate() 175 u32 family; in nft_nat_init() local 197 family = ntohl(nla_get_be32(tb[NFTA_NAT_FAMILY])); in nft_nat_init() 198 if (ctx->family != NFPROTO_INET && ctx->family != family) in nft_nat_init() 201 switch (family) { in nft_nat_init() 213 priv->family = family; in nft_nat_init() [all …]
|
| /linux/include/trace/events/ |
| H A D | neigh.h | 32 __field(u32, family) 44 __entry->family = tbl->family; 51 if (tbl->family == AF_INET) 57 if (tbl->family == AF_INET6) { 66 TP_printk("family %d dev %s entries %d primary_key4 %pI4 primary_key6 %pI6c created %d gc_exempt %d", 67 __entry->family, __get_str(dev), __entry->entries, 80 __field(u32, family) 105 __entry->family = n->tbl->family; [all...] |