Searched refs:sk_to_ax25 (Results 1 – 3 of 3) sorted by relevance
57 ax25_cb_put(sk_to_ax25(sk)); in ax25_free_sock()322 ax25_cb *sax25 = sk_to_ax25(skb->sk); in ax25_destroy_socket()571 ax25 = sk_to_ax25(sk); in ax25_setsockopt()726 ax25 = sk_to_ax25(sk); in ax25_getsockopt()944 oax25 = sk_to_ax25(osk); in ax25_make_new()991 ax25 = sk_to_ax25(sk); in ax25_release()1112 ax25 = sk_to_ax25(sk); in ax25_bind()1161 ax25_cb *ax25 = sk_to_ax25(sk), *ax25t; in ax25_connect()1446 ax25 = sk_to_ax25(sk); in ax25_getname()1498 ax25 = sk_to_ax25(sk); in ax25_sendmsg()[all …]
353 ax25 = sk_to_ax25(make); in ax25_rcv()
275 static inline struct ax25_cb *sk_to_ax25(const struct sock *sk) in sk_to_ax25() function