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.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-latest/tests/net/tx_timestamp/src/
Dmain.c460 net_context_unref(udp_v6_ctx); in send_some_data()
/Zephyr-latest/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-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.c6221 net_context_unref(context); in offload_put()
6228 net_context_unref(context); in offload_put()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c906 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.c812 net_context_unref(conn->context); in tcp_conn_release()