Home
last modified time | relevance | path

Searched refs:net_pkt_unref (Results 1 – 25 of 154) sorted by relevance

1234567

/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c478 net_pkt_unref(pkt1); in test_route_mcast_scenario1()
482 net_pkt_unref(pkt1); in test_route_mcast_scenario1()
499 net_pkt_unref(pkt2); in test_route_mcast_scenario1()
503 net_pkt_unref(pkt2); in test_route_mcast_scenario1()
540 net_pkt_unref(pkt); in test_route_mcast_scenario2()
544 net_pkt_unref(pkt); in test_route_mcast_scenario2()
558 net_pkt_unref(pkt2); in test_route_mcast_scenario2()
563 net_pkt_unref(pkt2); in test_route_mcast_scenario2()
596 net_pkt_unref(pkt); in test_route_mcast_scenario3()
600 net_pkt_unref(pkt); in test_route_mcast_scenario3()
[all …]
/Zephyr-latest/tests/net/npf/src/
Dmain.c166 net_pkt_unref(pkt_iface_a); in test_npf_iface()
167 net_pkt_unref(pkt_iface_b); in test_npf_iface()
188 net_pkt_unref(pkt); in test_npf_example_common()
193 net_pkt_unref(pkt); in test_npf_example_common()
198 net_pkt_unref(pkt); in test_npf_example_common()
203 net_pkt_unref(pkt); in test_npf_example_common()
306 net_pkt_unref(pkt); in test_npf_eth_mac_address()
333 net_pkt_unref(pkt); in test_npf_eth_mac_addr_mask()
418 net_pkt_unref(pkt_v6); in ZTEST()
419 net_pkt_unref(pkt_v4); in ZTEST()
[all …]
/Zephyr-latest/tests/net/net_pkt/src/
Dmain.c118 net_pkt_unref(pkt); in ZTEST()
128 net_pkt_unref(pkt); in ZTEST()
149 net_pkt_unref(pkt); in ZTEST()
166 net_pkt_unref(pkt); in ZTEST()
182 net_pkt_unref(pkt); in ZTEST()
201 net_pkt_unref(pkt); in ZTEST()
216 net_pkt_unref(pkt); in ZTEST()
230 net_pkt_unref(pkt); in ZTEST()
417 net_pkt_unref(pkt); in ZTEST()
503 net_pkt_unref(pkt); in ZTEST()
[all …]
/Zephyr-latest/tests/net/icmpv4/src/
Dmain.c336 net_pkt_unref(pkt); in prepare_echo_request()
361 net_pkt_unref(pkt); in prepare_echo_reply()
387 net_pkt_unref(pkt); in prepare_echo_request_with_options()
414 net_pkt_unref(pkt); in prepare_echo_request_with_bad_options()
456 net_pkt_unref(pkt); in icmpv4_send_echo_req()
478 net_pkt_unref(pkt); in icmpv4_send_echo_rep()
498 net_pkt_unref(pkt); in ZTEST()
514 net_pkt_unref(pkt); in ZTEST()
/Zephyr-latest/drivers/net/
Dcanbus.c48 net_pkt_unref(pkt); in net_canbus_recv()
55 net_pkt_unref(pkt); in net_canbus_recv()
115 net_pkt_unref(pkt); in net_canbus_send()
Dslip.c181 net_pkt_unref(pkt); in process_msg()
249 net_pkt_unref(slip->rx); in slip_input_byte()
276 net_pkt_unref(slip->rx); in slip_input_byte()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c442 net_pkt_unref(state->tx_pdelay_req_ptr); in gptp_md_pdelay_compute()
447 net_pkt_unref(state->rcvd_pdelay_resp_ptr); in gptp_md_pdelay_compute()
452 net_pkt_unref(state->rcvd_pdelay_follow_up_ptr); in gptp_md_pdelay_compute()
642 net_pkt_unref(state->tx_pdelay_req_ptr); in gptp_md_pdelay_req_state_machine()
647 net_pkt_unref(state->rcvd_pdelay_resp_ptr); in gptp_md_pdelay_req_state_machine()
652 net_pkt_unref(state->rcvd_pdelay_follow_up_ptr); in gptp_md_pdelay_req_state_machine()
761 net_pkt_unref(state->rcvd_sync_ptr); in gptp_md_sync_receive_state_machine()
766 net_pkt_unref(state->rcvd_follow_up_ptr); in gptp_md_sync_receive_state_machine()
786 net_pkt_unref(state->rcvd_follow_up_ptr); in gptp_md_sync_receive_state_machine()
802 net_pkt_unref(state->rcvd_sync_ptr); in gptp_md_sync_receive_state_machine()
[all …]
/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c178 net_pkt_unref(pkt); in interface_recv()
396 net_pkt_unref(pkt); in net_capture_data()
411 net_pkt_unref(pkt); in net_capture_data()
426 net_pkt_unref(pkt); in net_capture_data()
434 net_pkt_unref(pkt); in net_capture_data()
458 net_pkt_unref(pkt); in net_capture_data()
/Zephyr-latest/subsys/modem/
Dmodem_ppp.c262 net_pkt_unref(ppp->rx_pkt); in modem_ppp_process_received_byte()
275 net_pkt_unref(ppp->rx_pkt); in modem_ppp_process_received_byte()
289 net_pkt_unref(ppp->rx_pkt); in modem_ppp_process_received_byte()
302 net_pkt_unref(ppp->rx_pkt); in modem_ppp_process_received_byte()
381 net_pkt_unref(ppp->tx_pkt); in modem_ppp_send_handler()
561 net_pkt_unref(ppp->rx_pkt); in modem_ppp_release()
568 net_pkt_unref(ppp->tx_pkt); in modem_ppp_release()
578 net_pkt_unref(pkt); in modem_ppp_release()
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c250 net_pkt_unref(pkt); in create_pkt()
281 net_pkt_unref(pkt); in create_pkt()
527 net_pkt_unref(pkt); in test_fragment()
564 net_pkt_unref(rxpkt); in test_fragment()
582 net_pkt_unref(pkt); in test_fragment()
586 net_pkt_unref(f_pkt); in test_fragment()
590 net_pkt_unref(rxpkt); in test_fragment()
/Zephyr-latest/subsys/net/ip/
Dipv4_fragment.c104 net_pkt_unref(reassembly[i].pkt[j]); in reassembly_cancel()
185 net_pkt_unref(pkt); in reassemble_packet()
222 net_pkt_unref(pkt); in reassemble_packet()
384 net_pkt_unref(pkt); in net_ipv4_handle_fragment_hdr()
397 net_pkt_unref(pkt); in net_ipv4_handle_fragment_hdr()
513 net_pkt_unref(frag_pkt); in send_ipv4_fragment()
667 net_pkt_unref(pkt); in net_ipv4_prepare_for_send_fragment()
Dpromiscuous.c59 net_pkt_unref(pkt); in flush_queue()
Dipv6_fragment.c195 net_pkt_unref(reassembly[i].pkt[j]); in reassembly_cancel()
285 net_pkt_unref(pkt); in reassemble_packet()
356 net_pkt_unref(pkt); in reassemble_packet()
546 net_pkt_unref(pkt); in net_ipv6_handle_fragment_hdr()
560 net_pkt_unref(pkt); in net_ipv6_handle_fragment_hdr()
683 net_pkt_unref(frag_pkt); in send_ipv6_fragment()
Digmp.c338 net_pkt_unref(pkt); in send_igmp_report()
407 net_pkt_unref(pkt); in send_igmp_v3_report()
496 net_pkt_unref(pkt);
542 net_pkt_unref(pkt);
577 net_pkt_unref(pkt);
Dicmpv6.c182 net_pkt_unref(reply); in icmpv6_handle_echo_request()
328 net_pkt_unref(pkt); in net_icmpv6_send_error()
372 net_pkt_unref(pkt); in net_icmpv6_input()
Dipv6_mld.c137 net_pkt_unref(pkt); in mld_send()
208 net_pkt_unref(pkt); in net_ipv6_mld_send_single()
384 net_pkt_unref(pkt); in send_mld_report()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c95 net_pkt_unref(ack_pkt); in fake_tx()
100 net_pkt_unref(ack_pkt); in fake_tx()
Dieee802154_test.c576 net_pkt_unref(one_ack_pkt); in test_wait_for_ack()
578 net_pkt_unref(tx_pkt); in test_wait_for_ack()
610 net_pkt_unref(pkt); in test_packet_cloning_with_cb()
611 net_pkt_unref(cloned_pkt); in test_packet_cloning_with_cb()
674 net_pkt_unref(pkt); in test_packet_rssi_conversion()
906 net_pkt_unref(pkt); in test_dgram_packet_reception()
1059 net_pkt_unref(pkt); in test_raw_packet_reception()
1201 net_pkt_unref(rx_pkt); in test_recv_and_send_ack_reply()
1249 net_pkt_unref(current_pkt); in initialize_test_environment()
1268 net_pkt_unref(current_pkt); in test_teardown()
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/
Dmain.c92 net_pkt_unref(tx_pkt); in ZTEST()
116 net_pkt_unref(rx_pkt); in ZTEST()
/Zephyr-latest/subsys/net/l2/canbus/
Dcanbus_raw.c43 net_pkt_unref(pkt); in canbus_send()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c121 net_pkt_unref(pkt); in lldp_send()
129 net_pkt_unref(pkt); in lldp_send()
139 net_pkt_unref(pkt); in lldp_send()
150 net_pkt_unref(pkt); in lldp_send()
/Zephyr-latest/subsys/net/l2/dummy/
Ddummy.c45 net_pkt_unref(pkt); in dummy_send()
/Zephyr-latest/tests/net/arp/src/
Dmain.c453 net_pkt_unref(pkt2); in ZTEST()
480 net_pkt_unref(pkt2); in ZTEST()
497 net_pkt_unref(pkt2); in ZTEST()
555 net_pkt_unref(pkt); in ZTEST()
595 net_pkt_unref(pkt); in ZTEST()
647 net_pkt_unref(pkt); in ZTEST()
/Zephyr-latest/subsys/net/lib/socks/
Dsocks.c40 net_pkt_unref(pkt); in socks5_method_rsp_cb()
68 net_pkt_unref(pkt); in socks5_cmd_rsp_cb()
/Zephyr-latest/tests/net/dhcpv4/client/src/
Dmain.c312 net_pkt_unref(pkt); in prepare_dhcp_offer()
353 net_pkt_unref(pkt); in prepare_dhcp_ack()
443 net_pkt_unref(rpkt); in tester_send()

1234567