Lines Matching refs:frags
327 net_buf_add_mem(pkt->frags, data_pkt_with_ar, sizeof(data_pkt_with_ar)); in get_data_pkt_with_ar()
493 if (!current_pkt->frags) { in test_ns_sending()
517 net_pkt_frag_unref(current_pkt->frags); in test_ns_sending()
518 current_pkt->frags = NULL; in test_ns_sending()
538 ack_required = ieee802154_prepare_for_ack(net_iface, tx_pkt, tx_pkt->frags); in test_wait_for_ack()
732 if (!current_pkt->frags) { in test_dgram_packet_sending()
761 net_pkt_frag_unref(current_pkt->frags); in test_dgram_packet_sending()
762 current_pkt->frags = NULL; in test_dgram_packet_sending()
872 if (current_pkt->frags) { in test_dgram_packet_reception()
874 net_pkt_frag_unref(current_pkt->frags); in test_dgram_packet_reception()
875 current_pkt->frags = NULL; in test_dgram_packet_reception()
955 if (!current_pkt->frags) { in test_raw_packet_sending()
977 net_pkt_frag_unref(current_pkt->frags); in test_raw_packet_sending()
978 current_pkt->frags = NULL; in test_raw_packet_sending()
1023 if (current_pkt->frags) { in test_raw_packet_reception()
1025 net_pkt_frag_unref(current_pkt->frags); in test_raw_packet_reception()
1026 current_pkt->frags = NULL; in test_raw_packet_reception()
1171 if (!current_pkt->frags) { in test_recv_and_send_ack_reply()
1198 net_pkt_frag_unref(current_pkt->frags); in test_recv_and_send_ack_reply()
1199 current_pkt->frags = NULL; in test_recv_and_send_ack_reply()