Lines Matching refs:__packet_opt
319 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
321 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_expire_time()
339 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
341 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_expire_time()
355 __packet_opt_get_token(const struct __packet_opt *po, void *token, in __packet_opt_get_token()
367 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_get_token()
379 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
381 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_token()
399 __packet_opt_set_token(struct __packet_opt *po, const void *token, in __packet_opt_set_token()
402 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_set_token()
450 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
452 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_packetid()
492 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
494 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_get_vlan_tag()
518 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
520 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_set_vlan_tag()
1188 struct __packet_opt *po = PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1190 struct __packet_opt *po = &PKT_ADDR(ph)->pkt_com_opt; in __packet_finalize()
1343 struct __packet_opt *po = pkt->pkt_com_opt; in __packet_finalize_with_mbuf()