Searched refs:tlen (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/net/ |
| A D | udpgso.c | 86 .tlen = 1, 91 .tlen = CONST_MSS_V4, 101 .tlen = CONST_MSS_V4, 161 .tlen = 1, 167 .tlen = 2, 173 .tlen = 5, 202 .tlen = 1, 277 .tlen = 1, 283 .tlen = 2, 289 .tlen = 2, [all …]
|
| /tools/hv/ |
| A D | vmbus_bufring.c | 194 pkt.hdr.tlen = pad_pktlen >> VMBUS_CHANPKT_SIZE_SHIFT; in rte_vmbus_chan_send() 300 if (unlikely(pkt.hlen > pkt.tlen)) in rte_vmbus_chan_recv_raw() 304 dlen = pkt.tlen << VMBUS_CHANPKT_SIZE_SHIFT; in rte_vmbus_chan_recv_raw()
|
| A D | vmbus_bufring.h | 99 uint16_t tlen; /* total len, in 8 bytes */ member
|
| A D | hv_fcopy_uio_daemon.c | 395 pktlen = (pkt->tlen << 3) - offset; in fcopy_pkt_process()
|
| /tools/testing/selftests/arm64/signal/ |
| A D | test_signals_utils.c | 47 size_t tlen = strlen(feats_names[i]); in feats_to_string() local 49 assert(flen > tlen); in feats_to_string() 50 flen -= tlen; in feats_to_string()
|
| /tools/testing/selftests/net/lib/ |
| A D | csum.c | 299 int tlen; in build_packet() local 312 tlen = sizeof(struct udphdr) + cfg_payload_len; in build_packet() 314 tlen = sizeof(struct tcphdr) + cfg_payload_len; in build_packet() 318 tlen += ENC_HEADER_LEN; in build_packet() 324 off = build_packet_ipv4(buf, proto, tlen); in build_packet() 326 off = build_packet_ipv6(buf, proto, tlen); in build_packet()
|
| /tools/testing/selftests/ |
| A D | kselftest_harness.h | 1140 unsigned int flen = 0, vlen = 0, tlen = 0; in test_enabled() local 1162 if (!tlen) { in test_enabled() 1165 tlen = strlen(t->name); in test_enabled() 1167 if (strlen(optarg) == flen + 1 + vlen + !!vlen + tlen && in test_enabled() 1170 !strncmp(t->name, &optarg[flen + 1 + vlen + !!vlen], tlen)) in test_enabled()
|
Completed in 14 milliseconds