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()
433 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
435 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
453 __packet_opt_set_token(struct __packet_opt *po, in __packet_opt_set_token()
457 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_set_token()
492 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_tx_timestamp()
519 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
521 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
561 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
563 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
587 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
589 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
629 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
631 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
648 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
650 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
1386 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1388 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1541 struct __packet_opt *po = pkt->pkt_com_opt; in __packet_finalize_with_mbuf()