Home
last modified time | relevance | path

Searched refs:tp_pkt_unref (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/ip/
Dtp.h146 void tp_pkt_unref(struct net_pkt *pkt, const char *file, int line);
Dtp.c248 void tp_pkt_unref(struct net_pkt *pkt, const char *file, int line) in tp_pkt_unref() function
404 tp_pkt_unref(pkt, tp_basename(__FILE__), __LINE__); in tp_pkt_send()
Dtcp_private.h53 #define tcp_pkt_unref(_pkt) tp_pkt_unref(_pkt, tp_basename(__FILE__), __LINE__)