Searched refs:ttype (Results 1 - 18 of 18) sorted by last modified time

/linux-master/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh222 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-master/security/selinux/ss/
H A Dservices.c1676 u32 stype, u32 ttype, u16 tclass,
1685 * if the ttype does not contain any rules.
1687 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype))
1690 ft.ttype = ttype;
1674 filename_compute_type(struct policydb *policydb, struct context *newcontext, u32 stype, u32 ttype, u16 tclass, const char *objname) argument
H A Dpolicydb.c413 unsigned long salt = ft->ttype ^ ft->tclass;
424 v = ft1->ttype - ft2->ttype;
1941 key.ttype = le32_to_cpu(buf[1]);
1986 key.ttype, 1);
2006 u32 len, ttype, tclass, ndatum, i; local
2025 ttype = le32_to_cpu(buf[0]);
2064 ft->ttype = ttype;
2075 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype,
[all...]
H A Dpolicydb.h93 u32 ttype; /* parent dir context */ member in struct:filename_trans_key
266 /* quickly exclude lookups when parent ttype has no rules */
/linux-master/kernel/rcu/
H A Drcutorture.c343 int ttype; member in struct:rcu_torture_ops
537 .ttype = RCU_FLAVOR,
609 .ttype = INVALID_RCU_FLAVOR,
730 .ttype = SRCU_FLAVOR,
768 .ttype = SRCU_FLAVOR,
794 .ttype = SRCU_FLAVOR,
841 .ttype = RCU_TRIVIAL_FLAVOR,
880 .ttype = RCU_TASKS_FLAVOR,
919 .ttype = RCU_TASKS_RUDE_FLAVOR,
969 .ttype
[all...]
/linux-master/drivers/hwmon/
H A Dit87.c1178 int ttype, type = 0; local
1181 ttype = 6;
1186 ttype = 5;
1195 type = ttype;
1208 type = ttype; /* Intel PECI or AMDTSI */
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c33 enum ice_fdir_tunnel_type ttype; member in struct:virtchnl_fdir_fltr_conf
323 enum ice_fdir_tunnel_type ttype = conf->ttype; local
378 if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU) {
382 } else if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU_EH) {
570 if (existing_conf->ttype != conf->ttype ||
992 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU;
999 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU_EH;
1126 if (conf_a->ttype !
[all...]
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_core.c185 if (msg->ttype == HSI_MSG_READ) {
197 dev_dbg(&port->device, "DMA completed ch %d ttype %d\n",
198 msg->channel, msg->ttype);
H A Domap_ssi_port.c224 if (msg->ttype == HSI_MSG_READ) {
296 if (msg->ttype == HSI_MSG_WRITE) {
304 msg->ttype ? "write" : "read");
342 if (msg->ttype == HSI_MSG_WRITE) {
386 if (msg->ttype) {
406 dev_dbg(&port->device, "msg status %d ttype %d ch %d\n",
407 msg->status, msg->ttype, msg->channel);
440 msg->ttype, msg->context);
538 if (msg->ttype == HSI_MSG_READ)
741 if (msg->ttype
[all...]
/linux-master/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh408 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"
[all...]
H A Dicmp_redirect.sh411 local ttype="$1"
413 eval initial_route_${ttype}
424 eval replace_route_${ttype}
441 eval reset_route_${ttype}
456 eval replace_route_${ttype}
/linux-master/include/linux/
H A Dtorture.h105 bool torture_init_begin(char *ttype, int v);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c2985 int tuner_type = UNSET, ttype; local
3003 ttype = (gpio & 0x0f0000) >> 16;
3004 switch (ttype) {
/linux-master/kernel/
H A Dtorture.c810 bool torture_init_begin(char *ttype, int v) argument
815 __func__, ttype, torture_type);
820 torture_type = ttype;
/linux-master/drivers/usb/serial/
H A Dio_ti.c681 u16 ttype; local
723 ttype = rom_desc->Type & 0x0f;
724 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC
725 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) {
/linux-master/drivers/usb/host/
H A Docteon-hcd.c1903 enum cvmx_usb_transfer ttype; local
1943 for (ttype = CVMX_USB_TRANSFER_CONTROL;
1944 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) {
1945 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) {
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c227 if (msg->ttype == HSI_MSG_READ)
230 else if (msg->ttype == HSI_MSG_WRITE &&
297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX";
305 if (msg->ttype == HSI_MSG_READ)
/linux-master/include/linux/hsi/
H A Dhsi.h20 /* HSI message ttype */
181 * @ttype: Transfer type (TX if set, RX otherwise)
197 unsigned int ttype:1; member in struct:hsi_msg
386 msg->ttype = HSI_MSG_READ;
399 msg->ttype = HSI_MSG_WRITE;

Completed in 646 milliseconds