Searched refs:rxrpc_n_skbs (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Daf_rxrpc.c42 atomic_t rxrpc_n_skbs; variable
867 ASSERTCMP(atomic_read(&rxrpc_n_skbs), ==, 0);
H A Dar-internal.h431 extern atomic_t rxrpc_n_skbs;
729 //_net("new skb %p %s [%d]", skb, fn, atomic_read(&rxrpc_n_skbs));
730 //atomic_inc(&rxrpc_n_skbs);
737 //_net("kill skb %p %s [%d]", skb, fn, atomic_read(&rxrpc_n_skbs));
738 //atomic_dec(&rxrpc_n_skbs);
748 // skb, fn, atomic_read(&rxrpc_n_skbs));
749 //atomic_dec(&rxrpc_n_skbs);

Completed in 96 milliseconds