select_skb_count
int n = atomic_inc_return(select_skb_count(skb));
int n = atomic_read(select_skb_count(skb));
int n = atomic_inc_return(select_skb_count(skb));
int n = atomic_dec_return(select_skb_count(skb));
int n = atomic_dec_return(select_skb_count(skb));