Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/net/checksum_offload/src/
Dmain.c743 net_context_unref(net_ctx); in test_tx_chksum()
792 net_context_unref(net_ctx); in test_tx_chksum_udp_frag()
1027 net_context_unref(net_ctx); in test_rx_chksum()
1085 net_context_unref(net_ctx); in test_rx_chksum_udp_frag()
1144 net_context_unref(net_ctx); in test_rx_chksum_udp_frag_bad()
/Zephyr-Core-3.7.0/tests/net/tx_timestamp/src/
Dmain.c460 net_context_unref(udp_v6_ctx); in send_some_data()
/Zephyr-Core-3.7.0/tests/net/traffic_class/src/
Dmain.c457 net_context_unref(net_ctxs_tx[i].ctx); in test_traffic_class_cleanup_tx()
469 net_context_unref(net_ctxs_rx[i].ctx); in test_traffic_class_cleanup_rx()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_context.h981 int net_context_unref(struct net_context *context);
/Zephyr-Core-3.7.0/subsys/net/lib/capture/
Dcapture.c439 net_context_unref(context); in net_capture_setup()
/Zephyr-Core-3.7.0/drivers/modem/
Dwncm14a2a.c1731 net_context_unref(context); in offload_put()
1738 net_context_unref(context); in offload_put()
Dhl7800.c6221 net_context_unref(context); in offload_put()
6228 net_context_unref(context); in offload_put()
/Zephyr-Core-3.7.0/tests/net/virtual/src/
Dmain.c905 net_context_unref(udp_ctx); in ZTEST()
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_context.c572 int net_context_unref(struct net_context *context) in net_context_unref() function
630 net_context_unref(context); in net_context_put()
Dtcp.c811 net_context_unref(conn->context); in tcp_conn_release()