Home
last modified time | relevance | path

Searched refs:ttype (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh417 local ttype="$1"
419 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
421 log_section "IPv4 ($ttype route): VRF ICMP error route lookup traceroute"
425 setup_"$ttype"
440 local ttype="$1"
442 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
444 log_section "IPv6 ($ttype route): VRF ICMP error route lookup traceroute"
448 setup_"$ttype"
[all...]
H A Dicmp_redirect.sh413 local ttype="$1"
415 eval initial_route_${ttype}
426 eval replace_route_${ttype}
443 eval reset_route_${ttype}
458 eval replace_route_${ttype}
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh417 local ttype="$1"
419 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
421 log_section "IPv4 ($ttype route): VRF ICMP error route lookup traceroute"
425 setup_"$ttype"
440 local ttype="$1"
442 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
444 log_section "IPv6 ($ttype route): VRF ICMP error route lookup traceroute"
448 setup_"$ttype"
[all...]
H A Dicmp_redirect.sh417 local ttype="$1"
419 eval initial_route_${ttype}
430 eval replace_route_${ttype}
447 eval reset_route_${ttype}
462 eval replace_route_${ttype}
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh211 ttype="${foutype}"
226 ttype=$gretaptype
228 ttype="vxlan"
231 ttype="ip6tnl"
234 ttype=$tuntype
253 ip netns exec "${ns2}" ip link add name testtun0 type "${ttype}" \
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh201 ttype="${foutype}"
216 ttype=$gretaptype
218 ttype=$tuntype
234 ip netns exec "${ns2}" ip link add name testtun0 type "${ttype}" \
/kernel/linux/linux-5.10/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
386 msg->ttype = HSI_MSG_READ; in hsi_async_read()
399 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
/kernel/linux/linux-6.6/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
386 msg->ttype = HSI_MSG_READ; in hsi_async_read()
399 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
/kernel/linux/linux-5.10/kernel/rcu/
H A Drcutorture.c302 int ttype; member
453 .ttype = RCU_FLAVOR,
502 .ttype = INVALID_RCU_FLAVOR,
593 .ttype = SRCU_FLAVOR,
624 .ttype = SRCU_FLAVOR,
643 .ttype = SRCU_FLAVOR,
685 .ttype = RCU_TASKS_FLAVOR,
730 .ttype = RCU_TRIVIAL_FLAVOR,
754 .ttype = RCU_TASKS_RUDE_FLAVOR,
792 .ttype
[all...]
/kernel/linux/linux-5.10/drivers/hsi/controllers/
H A Domap_ssi_port.c230 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma()
302 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio()
310 msg->ttype ? "write" : "read"); in ssi_start_pio()
348 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break()
392 if (msg->ttype) { in ssi_async()
412 dev_dbg(&port->device, "msg status %d ttype %d ch %d\n", in ssi_async()
413 msg->status, msg->ttype, msg->channel); in ssi_async()
446 msg->ttype, msg->context); in ssi_flush_queue()
544 if (msg->ttype == HSI_MSG_READ) in ssi_flush()
747 if (msg->ttype in ssi_cleanup_gdd()
[all...]
H A Domap_ssi_core.c183 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
195 dev_dbg(&port->device, "DMA completed ch %d ttype %d\n", in ssi_gdd_complete()
196 msg->channel, msg->ttype); in ssi_gdd_complete()
/kernel/linux/linux-6.6/drivers/hsi/controllers/
H A Domap_ssi_port.c224 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()
406 dev_dbg(&port->device, "msg status %d ttype %d ch %d\n", 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 in ssi_cleanup_gdd()
[all...]
H A Domap_ssi_core.c185 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
197 dev_dbg(&port->device, "DMA completed ch %d ttype %d\n", in ssi_gdd_complete()
198 msg->channel, msg->ttype); in ssi_gdd_complete()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c46 enum ice_fdir_tunnel_type ttype; member
339 enum ice_fdir_tunnel_type ttype = conf->ttype; in ice_vc_fdir_set_flow_hdr() local
394 if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU) { in ice_vc_fdir_set_flow_hdr()
398 } else if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU_EH) { in ice_vc_fdir_set_flow_hdr()
588 if (existing_conf->ttype != conf->ttype || in ice_vc_fdir_has_prof_conflict()
1012 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU; in ice_vc_fdir_parse_pattern()
1019 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU_EH; in ice_vc_fdir_parse_pattern()
1146 if (conf_a->ttype ! in ice_vc_fdir_comp_rules()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dtorture.c688 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument
693 ttype, torture_type); in torture_init_begin()
698 torture_type = ttype; in torture_init_begin()
/kernel/linux/linux-6.6/kernel/
H A Dtorture.c804 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument
809 __func__, ttype, torture_type); in torture_init_begin()
814 torture_type = ttype; in torture_init_begin()
/kernel/linux/linux-6.6/kernel/rcu/
H A Drcutorture.c342 int ttype; member
532 .ttype = RCU_FLAVOR,
602 .ttype = INVALID_RCU_FLAVOR,
721 .ttype = SRCU_FLAVOR,
758 .ttype = SRCU_FLAVOR,
783 .ttype = SRCU_FLAVOR,
830 .ttype = RCU_TRIVIAL_FLAVOR,
871 .ttype = RCU_TASKS_FLAVOR,
911 .ttype = RCU_TASKS_RUDE_FLAVOR,
962 .ttype
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dtorture.h77 bool torture_init_begin(char *ttype, int v);
/kernel/linux/linux-6.6/include/linux/
H A Dtorture.h104 bool torture_init_begin(char *ttype, int v);
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.c421 hash = ft->ttype ^ ft->tclass; in filenametr_hash()
435 v = ft1->ttype - ft2->ttype; in filenametr_cmp()
1914 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat()
1958 key.ttype, 1); in filename_trans_read_helper_compat()
1978 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local
1997 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper()
2036 ft->ttype = ttype; in filename_trans_read_helper()
2047 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, in filename_trans_read_helper()
[all...]
H A Dpolicydb.h95 u32 ttype; /* parent dir context */ member
269 /* quickly exclude lookups when parent ttype has no rules */
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dpolicydb.c416 hash = ft->ttype ^ ft->tclass; in filenametr_hash()
430 v = ft1->ttype - ft2->ttype; in filenametr_cmp()
1912 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat()
1956 key.ttype, 1); in filename_trans_read_helper_compat()
1976 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local
1995 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper()
2034 ft->ttype = ttype; in filename_trans_read_helper()
2045 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, in filename_trans_read_helper()
[all...]
H A Dpolicydb.h95 u32 ttype; /* parent dir context */ member
269 /* quickly exclude lookups when parent ttype has no rules */
/kernel/linux/linux-5.10/drivers/hsi/clients/
H A Dcmt_speech.c227 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()
/kernel/linux/linux-6.6/drivers/hsi/clients/
H A Dcmt_speech.c227 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()

Completed in 32 milliseconds

12