Lines Matching refs:gsm_mux_net
96 struct gsm_mux_net { struct
102 #define STATS(net) (((struct gsm_mux_net *)netdev_priv(net))->stats) argument
2634 return &((struct gsm_mux_net *)netdev_priv(net))->stats; in gsm_mux_net_get_stats()
2649 struct gsm_mux_net *mux_net; in net_free()
2652 mux_net = container_of(ref, struct gsm_mux_net, ref); in net_free()
2661 static inline void muxnet_get(struct gsm_mux_net *mux_net) in muxnet_get()
2666 static inline void muxnet_put(struct gsm_mux_net *mux_net) in muxnet_put()
2674 struct gsm_mux_net *mux_net = netdev_priv(net); in gsm_mux_net_start_xmit()
2703 struct gsm_mux_net *mux_net = netdev_priv(net); in gsm_mux_rx_netchar()
2732 struct gsm_mux_net *mux_net = netdev_priv(net); in gsm_change_mtu()
2763 struct gsm_mux_net *mux_net; in gsm_destroy_network()
2779 struct gsm_mux_net *mux_net; in gsm_create_network()
2799 net = alloc_netdev(sizeof(struct gsm_mux_net), netname, in gsm_create_network()