Home
last modified time | relevance | path

Searched refs:net_context_unref (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/net/checksum_offload/src/
Dmain.c741 net_context_unref(net_ctx); in test_tx_chksum()
790 net_context_unref(net_ctx); in test_tx_chksum_udp_frag()
1025 net_context_unref(net_ctx); in test_rx_chksum()
1083 net_context_unref(net_ctx); in test_rx_chksum_udp_frag()
1142 net_context_unref(net_ctx); in test_rx_chksum_udp_frag_bad()
/Zephyr-latest/tests/net/tx_timestamp/src/
Dmain.c458 net_context_unref(udp_v6_ctx); in send_some_data()
/Zephyr-latest/tests/net/traffic_class/src/
Dmain.c455 net_context_unref(net_ctxs_tx[i].ctx); in test_traffic_class_cleanup_tx()
467 net_context_unref(net_ctxs_rx[i].ctx); in test_traffic_class_cleanup_rx()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h1011 int net_context_unref(struct net_context *context);
/Zephyr-latest/subsys/net/lib/capture/
Dcapture.c441 net_context_unref(context); in net_capture_setup()
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c1731 net_context_unref(context); in offload_put()
1738 net_context_unref(context); in offload_put()
Dhl7800.c6302 net_context_unref(context); in offload_put()
6309 net_context_unref(context); in offload_put()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c904 net_context_unref(udp_ctx); in ZTEST()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c646 int net_context_unref(struct net_context *context) in net_context_unref() function
704 net_context_unref(context); in net_context_put()
Dtcp.c813 net_context_unref(conn->context); in tcp_conn_release()