/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 | 411 local ttype="$1" 413 eval initial_route_${ttype} 424 eval replace_route_${ttype} 441 eval reset_route_${ttype} 456 eval replace_route_${ttype}
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 222 ttype="${foutype}" 237 ttype=$gretaptype 239 ttype="vxlan" 242 ttype="ip6tnl" 245 ttype=$tuntype 264 ip netns exec "${ns2}" ip link add name testtun0 type "${ttype}" \
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 42 enum ice_fdir_tunnel_type ttype; member 337 enum ice_fdir_tunnel_type ttype = conf->ttype; in ice_vc_fdir_set_flow_hdr() local 392 if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU) { in ice_vc_fdir_set_flow_hdr() 396 } else if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU_EH) { in ice_vc_fdir_set_flow_hdr() 586 if (existing_conf->ttype != conf->ttype || in ice_vc_fdir_has_prof_conflict() 1113 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU; in ice_vc_fdir_parse_pattern() 1120 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU_EH; in ice_vc_fdir_parse_pattern() 1249 if (conf_a->ttype != conf_b->ttype) in ice_vc_fdir_comp_rules() 1649 static int ice_fdir_is_tunnel(enum ice_fdir_tunnel_type ttype) in ice_fdir_is_tunnel() argument 1651 return (ttype == ICE_FDIR_TUNNEL_TYPE_GRE_INNER || in ice_fdir_is_tunnel() [all …]
|
/linux/drivers/hsi/controllers/ |
H A D | omap_ssi_port.c | 224 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma() 296 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio() 304 msg->ttype ? "write" : "read"); in ssi_start_pio() 342 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break() 386 if (msg->ttype) { in ssi_async() 407 msg->status, msg->ttype, msg->channel); in ssi_async() 440 msg->ttype, msg->context); in ssi_flush_queue() 538 if (msg->ttype == HSI_MSG_READ) in ssi_flush() 741 if (msg->ttype == HSI_MSG_READ) { in ssi_cleanup_gdd() 821 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error() [all …]
|
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/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/kernel/ |
H A D | torture.c | 811 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument 816 __func__, ttype, torture_type); in torture_init_begin() 821 torture_type = ttype; in torture_init_begin()
|
/linux/include/linux/ |
H A D | torture.h | 105 bool torture_init_begin(char *ttype, int v);
|
/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/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/security/selinux/ss/ |
H A D | services.c | 1704 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1715 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1718 ft.ttype = ttype; in filename_compute_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()
|