Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dax25.h171 #define ax25_uid_hold(ax25) \ argument
172 refcount_inc(&((ax25)->refcount))
286 static __inline__ void ax25_cb_put(ax25_cb *ax25) in ax25_cb_put() argument
288 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put()
289 kfree(ax25->digipeat); in ax25_cb_put()
290 kfree(ax25); in ax25_cb_put()
Dnetrom.h92 ax25_cb *ax25; member
139 if (nr_neigh->ax25) in nr_neigh_put()
140 ax25_cb_put(nr_neigh->ax25); in nr_neigh_put()
Drose.h95 ax25_cb *ax25; member
/linux-4.19.296/
DMAINTAINERS2624 W: http://www.linux-ax25.org/
2626 F: include/uapi/linux/ax25.h
2627 F: include/net/ax25.h
2628 F: net/ax25/
4114 F: net/ax25/af_ax25.c
4115 F: net/ax25/ax25_dev.c
4116 F: net/ax25/ax25_ds_*
4117 F: net/ax25/ax25_in.c
4118 F: net/ax25/ax25_out.c
4119 F: net/ax25/ax25_timer.c
[all …]