Lines Matching refs:__packet_opt
331 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()
438 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
440 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
458 __packet_opt_set_token(struct __packet_opt *po, in __packet_opt_set_token()
462 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_set_token()
497 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_tx_timestamp()
524 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
526 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
568 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
570 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
594 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
596 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
636 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
638 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
655 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
657 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
1419 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1421 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1574 struct __packet_opt *po = pkt->pkt_com_opt; in __packet_finalize_with_mbuf()