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()
499 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_tx_timestamp()
514 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_tx_timestamp()
516 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_tx_timestamp()
545 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
547 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
589 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
591 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
615 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
617 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
657 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
659 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
676 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
678 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
1440 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1442 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1595 struct __packet_opt *po = pkt->pkt_com_opt; in __packet_finalize_with_mbuf()