Home
last modified time | relevance | path

Searched refs:net_offload_put (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_offload.h445 static inline int net_offload_put(struct net_if *iface, in net_offload_put() function
532 static inline int net_offload_put(struct net_if *iface,
/Zephyr-latest/subsys/net/ip/
Dnet_context.c692 ret = net_offload_put(net_context_get_iface(context), context); in net_context_put()