Home
last modified time | relevance | path

Searched refs:__packet_opt (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/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()
388 __packet_opt_get_token(const struct __packet_opt *po, in __packet_opt_get_token()
401 static_assert((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_get_token()
[all …]
H A Dpacket_var.h365 struct __packet_opt *pkt_com_opt;
585 static_assert(sizeof(struct __packet_opt) == 40); \
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); \
644 static_assert(sizeof(struct __packet_opt) == 40); \
647 (uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_kp)->pkt_com_opt); \
671 static_assert(sizeof(struct __packet_opt) == 40); \
673 … sk_copy64_40((uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_kp)->pkt_com_opt, \
H A Dos_packet_private.h615 struct __packet_opt { struct
696 struct __packet_opt pkt_com_opt;
H A Dpbufpool.c213 sizeof(struct __packet_opt), sizeof(uint64_t), in pp_init()
540 struct __packet_opt *__single opt; in pp_metadata_construct()