| /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/drivers/net/ethernet/intel/ice/virt/ |
| H A D | 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() 1119 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU; in ice_vc_fdir_parse_pattern() 1126 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU_EH; in ice_vc_fdir_parse_pattern() 1255 if (conf_a->ttype != conf_b->ttype) in ice_vc_fdir_comp_rules() 1656 static int ice_fdir_is_tunnel(enum ice_fdir_tunnel_type ttype) in ice_fdir_is_tunnel() argument 1658 return (ttype == ICE_FDIR_TUNNEL_TYPE_GRE_INNER || in ice_fdir_is_tunnel() [all …]
|
| /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 | 422 unsigned long salt = ft->ttype ^ ft->tclass; in filenametr_hash() 433 v = cmp_int(ft1->ttype, ft2->ttype); in filenametr_cmp() 2088 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper() 2089 if (!policydb_type_isvalid(p, key.ttype)) in filename_trans_read_helper() 2140 key.ttype, 1); in genfs_read() 2163 u32 len, ttype, ndatum, i, val; in genfs_read() 2184 ttype = le32_to_cpu(buf[0]); in genfs_read() 2185 if (!policydb_type_isvalid(p, ttype)) in genfs_read() 2233 ft->ttype in genfs_read() 2008 u32 len, ttype, tclass, ndatum, i; filename_trans_read_helper() local [all...] |
| H A D | policydb.h | 93 u32 ttype; /* parent dir context */ member 267 /* quickly exclude lookups when parent ttype has no rules */
|
| H A D | services.c | 1726 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() 1735 * if the ttype does not contain any rules. in filename_compute_type() 1737 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1740 ft.ttype = ttype; in filename_compute_type() 1725 filename_compute_type(struct policydb * policydb,struct context * newcontext,u32 stype,u32 ttype,u16 tclass,const char * objname) filename_compute_type() argument
|
| /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/drivers/usb/host/ |
| H A D | octeon-hcd.c | 1903 enum cvmx_usb_transfer ttype; in cvmx_usb_schedule() local 1943 for (ttype = CVMX_USB_TRANSFER_CONTROL; in cvmx_usb_schedule() 1944 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in cvmx_usb_schedule() 1945 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in cvmx_usb_schedule()
|
| /linux/drivers/usb/serial/ |
| H A D | io_ti.c | 679 u16 ttype; in check_i2c_image() 721 ttype = rom_desc->Type & 0x0f; in check_i2c_image() 722 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image() 723 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image() 681 u16 ttype; check_i2c_image() local
|
| /linux/drivers/hwmon/ |
| H A D | it87.c | 1189 int ttype, type = 0; in get_temp_type() local 1192 ttype = 6; in get_temp_type() 1197 ttype = 5; in get_temp_type() 1206 type = ttype; in get_temp_type() 1219 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()
|