Searched refs:ax25s (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/rose/
H A Drose_link.c103 ax25_cb *ax25s; rose_send_frame() local
110 ax25s = neigh->ax25; rose_send_frame()
112 if (ax25s) rose_send_frame()
113 ax25_cb_put(ax25s); rose_send_frame()
126 ax25_cb *ax25s; rose_link_up() local
133 ax25s = neigh->ax25; rose_link_up()
135 if (ax25s) rose_link_up()
136 ax25_cb_put(ax25s); rose_link_up()
/linux-4.4.14/net/netrom/
H A Dnr_route.c781 ax25_cb *ax25s; nr_route_frame() local
849 ax25s = nr_neigh->ax25; nr_route_frame()
854 if (ax25s) nr_route_frame()
855 ax25_cb_put(ax25s); nr_route_frame()

Completed in 116 milliseconds