Searched refs:bytes_idx (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | trie_utility.c | 84 trie_bytes_move(struct net_trie *trie, uint16_t bytes_idx, size_t bytes_size) in trie_bytes_move() argument 88 if (start != bytes_idx) { in trie_bytes_move() 89 memmove(&TRIE_BYTE(trie, start), &TRIE_BYTE(trie, bytes_idx), bytes_size); in trie_bytes_move()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | flow_divert.c | 783 trie_bytes_move(struct flow_divert_trie *trie, uint16_t bytes_idx, size_t bytes_size) in trie_bytes_move() argument 787 if (start != bytes_idx) { in trie_bytes_move() 788 memmove(&TRIE_BYTE(trie, start), &TRIE_BYTE(trie, bytes_idx), bytes_size); in trie_bytes_move()
|