Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_gsm.c2649 struct gsm_mux_net *mux_net; in net_free() local
2652 mux_net = container_of(ref, struct gsm_mux_net, ref); in net_free()
2653 dlci = mux_net->dlci; in net_free()
2661 static inline void muxnet_get(struct gsm_mux_net *mux_net) in muxnet_get() argument
2663 kref_get(&mux_net->ref); in muxnet_get()
2666 static inline void muxnet_put(struct gsm_mux_net *mux_net) in muxnet_put() argument
2668 kref_put(&mux_net->ref, net_free); in muxnet_put()
2674 struct gsm_mux_net *mux_net = netdev_priv(net); in gsm_mux_net_start_xmit() local
2675 struct gsm_dlci *dlci = mux_net->dlci; in gsm_mux_net_start_xmit()
2676 muxnet_get(mux_net); in gsm_mux_net_start_xmit()
[all …]