| /linux/tools/testing/selftests/net/ |
| H A D | vrf_route_leaking.sh | 408 local ttype="$1" 410 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE" 412 log_section "IPv4 ($ttype route): VRF ICMP error route lookup traceroute" 416 setup_"$ttype" 431 local ttype="$1" 433 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE" 435 log_section "IPv6 ($ttype route): VRF ICMP error route lookup traceroute" 439 setup_"$ttype" 454 local ttype="$1" 456 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE" [all …]
|
| H A D | icmp_redirect.sh | 409 local ttype="$1" 411 eval initial_route_${ttype} 422 eval replace_route_${ttype} 439 eval reset_route_${ttype} 454 eval replace_route_${ttype}
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_tunnel.sh | |
| /linux/include/linux/hsi/ |
| H A D | hsi.h | 197 unsigned int ttype:1; member 386 msg->ttype = HSI_MSG_READ; in hsi_async_read() 399 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
|
| /linux/include/linux/ |
| H A D | torture.h | 105 bool torture_init_begin(char *ttype, int v);
|
| /linux/security/selinux/ss/ |
| H A D | policydb.c | 421 unsigned long salt = ft->ttype ^ ft->tclass; in filenametr_hash() 432 v = ft1->ttype - ft2->ttype; in filenametr_cmp() 1946 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat() 1991 key.ttype, 1); in filename_trans_read_helper_compat() 2011 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local 2030 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 2069 ft->ttype = ttype; in filename_trans_read_helper() 2080 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, 1); in filename_trans_read_helper() 3571 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper_compat() 3611 buf[0] = cpu_to_le32(ft->ttype); in filename_write_helper()
|
| H A D | policydb.h | 93 u32 ttype; /* parent dir context */ member
|
| H A D | services.c | 1725 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1736 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1739 ft.ttype = ttype; in filename_compute_type()
|
| /linux/drivers/hsi/clients/ |
| H A D | cmt_speech.c | 227 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor() 230 else if (msg->ttype == HSI_MSG_WRITE && in cs_cmd_destructor() 297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor() 305 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
|
| /linux/drivers/hsi/controllers/ |
| H A D | omap_ssi_core.c | 176 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete() 189 msg->channel, msg->ttype); in ssi_gdd_complete()
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 376 int ttype; member 589 .ttype = RCU_FLAVOR, 672 .ttype = INVALID_RCU_FLAVOR, 895 .ttype = SRCU_FLAVOR, 957 .ttype = SRCU_FLAVOR, 993 .ttype = SRCU_FLAVOR, 1051 .ttype = RCU_TRIVIAL_FLAVOR, 1090 .ttype = RCU_TASKS_FLAVOR, 1124 .ttype = RCU_TASKS_RUDE_FLAVOR, 1171 .ttype = RCU_TASKS_TRACING_FLAVOR,
|
| /linux/drivers/usb/serial/ |
| H A D | io_ti.c | 681 u16 ttype; in check_i2c_image() local 723 ttype = rom_desc->Type & 0x0f; in check_i2c_image() 724 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image() 725 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
|
| /linux/drivers/hwmon/ |
| H A D | it87.c | 1178 int ttype, type = 0; in get_temp_type() local 1181 ttype = 6; in get_temp_type() 1186 ttype = 5; in get_temp_type() 1195 type = ttype; in get_temp_type() 1208 type = ttype; /* Intel PECI or AMDTSI */ in get_temp_type()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 2985 int tuner_type = UNSET, ttype; in flyvideo_gpio() local 3003 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio() 3004 switch (ttype) { in flyvideo_gpio()
|