Home
last modified time | relevance | path

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

/xnu-10063.101.15/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); \
645 _CASSERT(sizeof(struct __packet_opt) == 40); \
672 _CASSERT(sizeof(struct __packet_opt) == 40); \
H A Dos_packet_private.h615 struct __packet_opt { struct
696 struct __packet_opt pkt_com_opt;
H A Dpbufpool.c205 sizeof(struct __packet_opt), sizeof(uint64_t), in pp_init()
526 struct __packet_opt *opt; in pp_metadata_construct()