Home
last modified time | relevance | path

Searched refs:chunk_off (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_norm.c2019 int chunk_off = sizeof(struct sctphdr); in pf_scan_sctp() local
2023 while (pd->off + chunk_off < pd->tot_len) { in pf_scan_sctp()
2024 if (!pf_pull_hdr(pd->m, pd->off + chunk_off, &ch, sizeof(ch), in pf_scan_sctp()
2032 chunk_start = chunk_off; in pf_scan_sctp()
2033 chunk_off += roundup(ntohs(ch.chunk_length), 4); in pf_scan_sctp()
2119 if (pd->off + chunk_off != pd->tot_len) in pf_scan_sctp()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1320 off_t chunk_off = 0; in execute_test_ktls_sendfile() local
1401 while (chunk_off < SENDFILE_SZ) { in execute_test_ktls_sendfile()
1402 chunk_size = min(SENDFILE_CHUNK, SENDFILE_SZ - chunk_off); in execute_test_ktls_sendfile()
1405 chunk_off, in execute_test_ktls_sendfile()
1413 buf_dst + chunk_off, in execute_test_ktls_sendfile()
1421 if (!TEST_mem_eq(buf_dst + chunk_off, in execute_test_ktls_sendfile()
1423 buf + chunk_off, in execute_test_ktls_sendfile()
1427 chunk_off += chunk_size; in execute_test_ktls_sendfile()