Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/skywalk/
H A Dskywalk_test_utils.c2486 uint32_t n_frames; in sktu_create_tcp_frames() local
2524 n_frames = sktu_create_ip_frames(frames, n, src_ip, dst_ip, in sktu_create_tcp_frames()
2528 n_frames = sktu_create_ip6_frames(frames, n, src_ip, dst_ip, in sktu_create_tcp_frames()
2535 return n_frames; in sktu_create_tcp_frames()
2543 uint32_t n_frames; in sktu_create_udp_frames() local
2589 n_frames = sktu_create_ip_frames(frames, n, src_ip, dst_ip, in sktu_create_udp_frames()
2593 n_frames = sktu_create_ip6_frames(frames, n, src_ip, dst_ip, in sktu_create_udp_frames()
2600 return n_frames; in sktu_create_udp_frames()
2605 struct sktu_frame **frames, size_t n_frames) in sktu_attach_flow_metadata_to_frames() argument
2607 for (uint32_t i = 0; i < n_frames; i++) { in sktu_attach_flow_metadata_to_frames()
/xnu-11417.101.15/osfmk/kperf/
H A Dcallstack.c386 scrub_word(uintptr_t *bt, int n_frames, int frame, bool kern) in scrub_word() argument
388 if (frame < n_frames) { in scrub_word()
400 scrub_frame(uint64_t *bt, int n_frames, int frame) in scrub_frame() argument
402 if (frame < n_frames) { in scrub_frame()