Home
last modified time | relevance | path

Searched defs:soff (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_copy.c92 kern_packet_t sph, const uint16_t soff, const uint32_t len, in pkt_copy_from_pkt()
218 _pkt_copyaddr_sum(kern_packet_t sph, uint16_t soff, uint8_t *__sized_by(len)dbaddr, in _pkt_copyaddr_sum()
391 _pkt_copypkt_sum(kern_packet_t sph, uint16_t soff, kern_packet_t dph, in _pkt_copypkt_sum()
537 pkt_sum(kern_packet_t sph, uint16_t soff, uint16_t len) in pkt_sum()
667 const uint16_t doff, kern_packet_t sph, const uint16_t soff, in pkt_copy_multi_buflet_from_pkt()
1037 m_copypkt_sum(mbuf_t m, int soff, kern_packet_t dph, uint16_t doff, in m_copypkt_sum()
1753 uint16_t soff = poff + (uint16_t)copied_len; in pkt_copy_multi_buflet_to_mbuf() local
2132 pkt_copypkt_sum(kern_packet_t sph, uint16_t soff, kern_packet_t dph, in pkt_copypkt_sum()
2139 pkt_copyaddr_sum(kern_packet_t sph, uint16_t soff, uint8_t *__sized_by(len)dbaddr, in pkt_copyaddr_sum()
2146 pkt_mcopypkt_sum(mbuf_t m, int soff, kern_packet_t dph, uint16_t doff, in pkt_mcopypkt_sum()
/xnu-12377.1.9/bsd/netinet6/
H A Desp_core.c772 int soff, doff; /* offset from the head of chain, to head of this mbuf */ in esp_cbc_decrypt() local
1010 int soff, doff; /* offset from the head of chain, to head of this mbuf */ in esp_cbc_encrypt() local
1253 size_t soff = 0; in esp_cbc_des_encrypt_data() local
1307 size_t soff = 0; in esp_cbc_des_decrypt_data() local
1360 size_t soff = 0; in esp_cbc_3des_encrypt_data() local
1414 size_t soff = 0; in esp_cbc_3des_decrypt_data() local
H A Desp_rijndael.c156 int soff; /* offset from the head of chain, to head of this mbuf */ in esp_cbc_decrypt_aes() local
372 int soff; /* offset from the head of chain, to head of this mbuf */ in esp_cbc_encrypt_aes() local
787 uint32_t soff = 0; /* offset from the head of chain, to head of this mbuf */ in esp_gcm_encrypt_aes() local
946 uint32_t soff = 0; /* offset from the head of chain, to head of this mbuf */ in esp_gcm_decrypt_aes() local
H A Desp_chachapoly.c252 int32_t soff = 0; // offset from the head of mbuf chain (m) to head of this mbuf (s) in esp_chachapoly_encrypt() local
397 int32_t soff = 0; // offset from the head of mbuf chain (m) to head of this mbuf (s) in esp_chachapoly_decrypt() local
H A Dmld6.c1304 int soff; in mld_v2_process_group_query() local
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c435 _copy_data_sum_dbuf(struct __kern_packet *spkt, uint16_t soff, uint16_t plen, in _copy_data_sum_dbuf()
521 uint16_t soff = spkt->pkt_headroom + spkt->pkt_l2_len; in copy_pkt_csum_packed() local
708 uint16_t soff = pkt->pkt_headroom + pkt->pkt_l2_len; in copy_pkt_csum() local
/xnu-12377.1.9/bsd/net/
H A Dif_fake.c1186 uint32_t soff, doff; in feth_clone_packet() local