Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/packet/
H A Dpacket_common.h331 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
333 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
351 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
353 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
371 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
373 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
391 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
393 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
407 __packet_opt_get_token(const struct __packet_opt *po, in __packet_opt_get_token()
420 _CASSERT((__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;
586 _CASSERT(sizeof(struct __packet_opt) == 40); \
588 … sk_copy64_40((uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_skp)->pkt_com_opt, \
589 … (uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_dkp)->pkt_com_opt); \
645 _CASSERT(sizeof(struct __packet_opt) == 40); \
648 (uint64_t *)(struct __packet_opt *__header_bidi_indexable)(_kp)->pkt_com_opt); \
672 _CASSERT(sizeof(struct __packet_opt) == 40); \
674 … 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.c218 sizeof(struct __packet_opt), sizeof(uint64_t), in pp_init()
554 struct __packet_opt *__single opt; in pp_metadata_construct()