Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dpacket_common.h329 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
331 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
349 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
351 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
369 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
371 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
389 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
391 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
405 __packet_opt_get_token(const struct __packet_opt *po, void *token, in __packet_opt_get_token()
417 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_get_token()
[all …]
H A Dpacket_var.h399 struct __packet_opt *pkt_com_opt;
619 _CASSERT(sizeof(struct __packet_opt) == 32); \
678 _CASSERT(sizeof(struct __packet_opt) == 32); \
705 _CASSERT(sizeof(struct __packet_opt) == 32); \
H A Dos_packet_private.h632 struct __packet_opt { struct
712 struct __packet_opt pkt_com_opt;
H A Dpbufpool.c205 sizeof(struct __packet_opt), sizeof(uint64_t), in pp_init()
524 struct __packet_opt *opt; in pp_metadata_construct()