Home
last modified time | relevance | path

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

/openbmc/linux/net/rose/
H A Drose_link.c98 ax25_cb *ax25s; in rose_send_frame() local
105 ax25s = neigh->ax25; in rose_send_frame()
107 if (ax25s) in rose_send_frame()
108 ax25_cb_put(ax25s); in rose_send_frame()
121 ax25_cb *ax25s; in rose_link_up() local
128 ax25s = neigh->ax25; in rose_link_up()
130 if (ax25s) in rose_link_up()
131 ax25_cb_put(ax25s); in rose_link_up()
/openbmc/linux/net/netrom/
H A Dnr_route.c753 ax25_cb *ax25s; in nr_route_frame() local
821 ax25s = nr_neigh->ax25; in nr_route_frame()
826 if (ax25s) in nr_route_frame()
827 ax25_cb_put(ax25s); in nr_route_frame()