Home
last modified time | relevance | path

Searched refs:pkt_com_opt (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_common.h312 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
314 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
332 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
334 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
352 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
354 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
372 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
374 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
419 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
421 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
[all …]
H A Dpacket_var.h365 struct __packet_opt *pkt_com_opt; member
522 (_p)->pkt_com_opt = (_opt); \
587 … sk_copy64_40((uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_skp)->pkt_com_opt, \
588 … (uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_dkp)->pkt_com_opt); \
646 sk_copy64_40((uint64_t *)(void *)&(_up)->pkt_com_opt, \
647 (uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_kp)->pkt_com_opt); \
673 … sk_copy64_40((uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_kp)->pkt_com_opt, \
674 (uint64_t *)(void *)&(_up)->pkt_com_opt); \
H A Dpbufpool.c553 kpkt->pkt_com_opt != NULL); in pp_metadata_construct()
554 opt = kpkt->pkt_com_opt; in pp_metadata_construct()
849 ASSERT(kpkt->pkt_com_opt != NULL || in pp_metadata_destruct_common()
851 if (kpkt->pkt_com_opt != NULL) { in pp_metadata_destruct_common()
854 kpkt->pkt_com_opt); in pp_metadata_destruct_common()
855 kpkt->pkt_com_opt = NULL; in pp_metadata_destruct_common()
1932 kpkt->pkt_com_opt != NULL); in pp_metadata_init()
H A Dos_packet_private.h696 struct __packet_opt pkt_com_opt; member
H A Dpacket_copy.c1661 *(uint64_t *)tag->m_tag_data = pkt->pkt_com_opt->__po_pkt_tx_time; in pkt_copy_to_mbuf()
1890 *(uint64_t *)tag->m_tag_data = pkt->pkt_com_opt->__po_pkt_tx_time; in pkt_copy_multi_buflet_to_mbuf()