Home
last modified time | relevance | path

Searched refs:tlen (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/net/
A Dudpgso.c86 .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 Dvmbus_bufring.c194 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 Dvmbus_bufring.h99 uint16_t tlen; /* total len, in 8 bytes */ member
A Dhv_fcopy_uio_daemon.c395 pktlen = (pkt->tlen << 3) - offset; in fcopy_pkt_process()
/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c47 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 Dcsum.c299 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 Dkselftest_harness.h1140 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