/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 | 3 * NETLINK Generic Netlink Family 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() 84 * also abused this API and relied on family == group ID, we 85 * cater to that by giving it a static family and group ID. 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() [all …]
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_audit.sh | 88 "table=$table family=2 entries=1 op=nft_register_table" 91 "table=$table family=2 entries=1 op=nft_register_chain" 94 "table=$table family=2 entries=2 op=nft_register_chain" 99 "table=$table family=2 entries=1 op=nft_register_rule" 102 "table=$table family=2 entries=2 op=nft_register_rule" 113 "table=$table family=2 entries=6 op=nft_register_rule" 120 'table=t2 family=2 entries=500 op=nft_register_rule' 128 "table=t1 family=2 entries=4 op=nft_register_set" 131 "table=t1 family=2 entries=5 op=nft_register_set" 134 "table=t1 family=2 entries=3 op=nft_register_setelem" [all …]
|
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 dnat hook" [all …]
|
/linux/Documentation/hwmon/ |
H A D | k10temp.rst | 6 * AMD Family 10h processors: 16 * AMD Family 11h processors: 20 * AMD Family 12h processors: "Llano" (E2/A4/A6/A8-Series) 22 * AMD Family 14h processors: "Brazos" (C/E/G/Z-Series) 24 * AMD Family 15h processors: "Bulldozer" (FX-Series), "Trinity", "Kaveri", 27 * AMD Family 16h processors: "Kabini", "Mullins" 29 * AMD Family 17h processors: "Zen", "Zen 2" 31 * AMD Family 18h processors: "Hygon Dhyana" 33 * AMD Family 19h processors: "Zen 3" 41 BIOS and Kernel Developer's Guide (BKDG) For AMD Family 10h Processors: [all …]
|
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/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 | 47 sa_family_t family; member 138 static void sa46_init_loopback(union sa46 *sa, sa_family_t family) in sa46_init_loopback() argument 141 sa->family = family; in sa46_init_loopback() 142 if (sa->family == AF_INET6) in sa46_init_loopback() 148 static void sa46_init_inany(union sa46 *sa, sa_family_t family) in sa46_init_inany() argument 151 sa->family = family; in sa46_init_inany() 152 if (sa->family == AF_INET6) in sa46_init_inany() 227 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() argument 253 if (family == AF_INET6) { in check_data() 364 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() argument [all …]
|
H A D | sockmap_ktls.c | 13 static int tcp_server(int family) in tcp_server() argument 17 s = socket(family, SOCK_STREAM, 0); in tcp_server() 36 static void test_sockmap_ktls_disconnect_after_delete(int family, int map) in test_sockmap_ktls_disconnect_after_delete() argument 42 srv = tcp_server(family); in test_sockmap_ktls_disconnect_after_delete() 50 cli = socket(family, SOCK_STREAM, 0); in test_sockmap_ktls_disconnect_after_delete() 79 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 87 switch (family) { in test_sockmap_ktls_update_fails_when_sock_has_ulp() 97 PRINT_FAIL("unsupported socket family %d", family); in test_sockmap_ktls_update_fails_when_sock_has_ulp() 101 s = socket(family, SOCK_STREAM, 0); in test_sockmap_ktls_update_fails_when_sock_has_ulp() 135 static const char *fmt_test_name(const char *subtest_name, int family, in fmt_test_name() argument [all …]
|
/linux/drivers/soc/renesas/ |
H A D | renesas-soc.c | 96 const struct renesas_family *family; member 101 .family = &fam_rza1, 105 .family = &fam_rza2, 110 .family = &fam_rmobile, 115 .family = &fam_rmobile, 120 .family = &fam_rzfive, 125 .family = &fam_rzg1, 130 .family = &fam_rzg1, 135 .family = &fam_rzg1, 140 .family = &fam_rzg1, [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/arch/mips/cavium-octeon/executive/ |
H A D | octeon-model.c | 61 const char *family; in octeon_model_get_string_buffer() local 191 /* Now figure out the family, the first two digits */ in octeon_model_get_string_buffer() 200 family = "37"; in octeon_model_get_string_buffer() 202 family = "36"; in octeon_model_get_string_buffer() 204 family = "38"; in octeon_model_get_string_buffer() 226 family = "30"; in octeon_model_get_string_buffer() 228 family = "31"; in octeon_model_get_string_buffer() 246 family = "30"; in octeon_model_get_string_buffer() 267 family = "58"; in octeon_model_get_string_buffer() 293 family = "55"; in octeon_model_get_string_buffer() [all …]
|
/linux/Documentation/admin-guide/media/ |
H A D | ipu6_isys_graph.svg | 16 <text text-anchor="middle" x="731.49" y="-734.88" font-family="Times,serif" font-size="14.00">Intel… 17 <text text-anchor="middle" x="731.49" y="-719.88" font-family="Times,serif" font-size="14.00">/dev/… 23 <text text-anchor="middle" x="1295.09" y="-756.68" font-family="Times,serif" font-size="14.00">Inte… 24 <text text-anchor="middle" x="1295.09" y="-741.68" font-family="Times,serif" font-size="14.00">/dev… 30 <text text-anchor="middle" x="1017.02" y="-675.27" font-family="Times,serif" font-size="14.00">Inte… 31 <text text-anchor="middle" x="1017.02" y="-660.27" font-family="Times,serif" font-size="14.00">/dev… 37 <text text-anchor="middle" x="1004.39" y="-823.64" font-family="Times,serif" font-size="14.00">Inte… 38 <text text-anchor="middle" x="1004.39" y="-808.64" font-family="Times,serif" font-size="14.00">/dev… 44 <text text-anchor="middle" x="1177.72" y="-977.75" font-family="Times,serif" font-size="14.00">Inte… 45 <text text-anchor="middle" x="1177.72" y="-962.75" font-family="Times,serif" font-size="14.00">/dev… [all …]
|
/linux/security/selinux/ |
H A D | netlabel.c | 33 * @family: the packet's address family 44 u16 family, in selinux_netlbl_sidlookup_cached() argument 54 netlbl_cache_add(skb, family, secattr); in selinux_netlbl_sidlookup_cached() 133 * @family: the packet's address family 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() 184 * @family: protocol family 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() [all …]
|
/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/net/xfrm/ |
H A D | xfrm_state.c | 45 2. Hash table by (daddr,family,reqid) to find what SAs exist for given 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() [all …]
|
/linux/Documentation/dev-tools/kunit/ |
H A D | kunit_suitememorydiagram.svg | 12 …00000" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 16 …00000" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 20 …00000" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 24 …00000" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 28 …00000" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 32 …00000" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 36 …02026" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 40 …54846" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 43 …41287" font-family="sans-serif" font-size="16px" style="line-height:1.25" xml:space="preserve"><ts… 79 …family="monospace" font-size="14.667px" style="line-height:1.25" xml:space="preserve"><tspan x="52…
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 258 if ((rdev->family >= CHIP_CEDAR) && (rdev->family <= CHIP_HEMLOCK)) in radeon_info_ioctl() 283 if (rdev->family == CHIP_HAWAII) { in radeon_info_ioctl() 297 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl() 299 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl() 301 else if (rdev->family >= CHIP_CAYMAN) in radeon_info_ioctl() 303 else if (rdev->family >= CHIP_CEDAR) in radeon_info_ioctl() 305 else if (rdev->family >= CHIP_RV770) in radeon_info_ioctl() 307 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl() 351 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl() 354 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl() [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/drivers/w1/slaves/ |
H A D | Kconfig | 9 tristate "Thermal family implementation" 15 tristate "Simple 64bit memory family implementation" 29 tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)" 45 tristate "Dual Channel Addressable Switch 0x3a family support (DS2413)" 51 tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)" 67 counter family device (DS2423). 78 tristate "256b EEPROM family support (DS2430)" 81 family device (DS2430). 86 tristate "1kb EEPROM family support (DS2431)" 89 1kb EEPROM family device (DS2431) [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/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/Documentation/admin-guide/blockdev/drbd/ |
H A D | DRBD-8.3-data-packets.svg | 47 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 67 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 78 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 86 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 94 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 102 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 110 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 118 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 126 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 143 …style="font-size:318px;font-weight:400;fill:#000080;visibility:visible;font-family:Helvetica embed… [all …]
|
/linux/net/netlabel/ |
H A D | netlabel_domainhash.c | 127 * @family: the address family 131 * entry if found, otherwise NULL is returned. @family may be %AF_UNSPEC 132 * which matches any address family entries. The caller is responsible for 138 u16 family) in netlbl_domhsh_search() argument 150 netlbl_family_match(iter->family, family) && in netlbl_domhsh_search() 161 * @family: the address family 167 * returned. @family may be %AF_UNSPEC which matches any address family 173 u16 family) in netlbl_domhsh_search_def() argument 177 entry = netlbl_domhsh_search(domain, family); in netlbl_domhsh_search_def() 180 if (family == AF_INET || family == AF_UNSPEC) { in netlbl_domhsh_search_def() [all …]
|