Lines Matching refs:ax25_dev
214 typedef struct ax25_dev { struct
229 } ax25_dev; argument
235 ax25_dev *ax25_dev; member
281 static inline void ax25_dev_hold(ax25_dev *ax25_dev) in ax25_dev_hold() argument
283 refcount_inc(&ax25_dev->refcount); in ax25_dev_hold()
286 static inline void ax25_dev_put(ax25_dev *ax25_dev) in ax25_dev_put() argument
288 if (refcount_dec_and_test(&ax25_dev->refcount)) in ax25_dev_put()
289 kfree_rcu(ax25_dev, rcu); in ax25_dev_put()
310 void ax25_fillin_cb(ax25_cb *, ax25_dev *);
311 struct sock *ax25_make_new(struct sock *, struct ax25_dev *);
332 static inline ax25_dev *ax25_dev_ax25dev(const struct net_device *dev) in ax25_dev_ax25dev()
338 ax25_dev *ax25_addr_ax25dev(ax25_address *);
352 void ax25_dev_dama_off(ax25_dev *);
357 void ax25_ds_setup_timer(ax25_dev *);
358 void ax25_ds_set_timer(ax25_dev *);
359 void ax25_ds_del_timer(ax25_dev *);
473 int ax25_register_dev_sysctl(ax25_dev *ax25_dev);
474 void ax25_unregister_dev_sysctl(ax25_dev *ax25_dev);
476 static inline int ax25_register_dev_sysctl(ax25_dev *ax25_dev) { return 0; } in ax25_register_dev_sysctl() argument
477 static inline void ax25_unregister_dev_sysctl(ax25_dev *ax25_dev) {} in ax25_unregister_dev_sysctl() argument