Lines Matching refs:__packet_opt
312 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
314 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
332 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
334 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
352 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
354 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expiry_action()
372 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
374 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expiry_action()
388 __packet_opt_get_token(const struct __packet_opt *po, in __packet_opt_get_token()
401 static_assert((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_get_token()
419 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
421 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
439 __packet_opt_set_token(struct __packet_opt *po, in __packet_opt_set_token()
443 static_assert((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_set_token()
478 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_tx_timestamp()
480 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_tx_timestamp()
495 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_tx_timestamp()
497 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_tx_timestamp()
526 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
528 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
569 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
571 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_set_vlan_tag()
593 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
630 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
632 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_app_metadata()
649 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
651 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_app_metadata()
1382 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1384 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1509 struct __packet_opt *po = pkt->pkt_com_opt; in __packet_finalize_with_mbuf()