Searched refs:net_pkt_unref_debug (Results 1 – 2 of 2) sorted by relevance
1580 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line);1581 #define net_pkt_unref(pkt) net_pkt_unref_debug(pkt, __func__, __LINE__)
519 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line) function