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