Lines Matching refs:ax25_dev
220 typedef struct ax25_dev { struct
234 } ax25_dev; argument
240 ax25_dev *ax25_dev; member
286 static inline void ax25_dev_hold(ax25_dev *ax25_dev) in ax25_dev_hold() argument
288 refcount_inc(&ax25_dev->refcount); in ax25_dev_hold()
291 static inline void ax25_dev_put(ax25_dev *ax25_dev) in ax25_dev_put() argument
293 if (refcount_dec_and_test(&ax25_dev->refcount)) { in ax25_dev_put()
294 kfree(ax25_dev); in ax25_dev_put()
316 void ax25_fillin_cb(ax25_cb *, ax25_dev *);
317 struct sock *ax25_make_new(struct sock *, struct ax25_dev *);
338 static inline ax25_dev *ax25_dev_ax25dev(struct net_device *dev) in ax25_dev_ax25dev()
344 ax25_dev *ax25_addr_ax25dev(ax25_address *);
358 void ax25_dev_dama_off(ax25_dev *);
363 void ax25_ds_setup_timer(ax25_dev *);
364 void ax25_ds_set_timer(ax25_dev *);
365 void ax25_ds_del_timer(ax25_dev *);
480 int ax25_register_dev_sysctl(ax25_dev *ax25_dev);
481 void ax25_unregister_dev_sysctl(ax25_dev *ax25_dev);
483 static inline int ax25_register_dev_sysctl(ax25_dev *ax25_dev) { return 0; } in ax25_register_dev_sysctl() argument
484 static inline void ax25_unregister_dev_sysctl(ax25_dev *ax25_dev) {} in ax25_unregister_dev_sysctl() argument