Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_if.h3110 static inline bool net_if_are_pending_tx_packets(struct net_if *iface) in net_if_are_pending_tx_packets() function
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5839 if (net_if_are_pending_tx_packets(iface)) { in net_if_suspend()