Home
last modified time | relevance | path

Searched refs:ax25_sock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dax25.h265 struct ax25_sock { struct
270 static inline struct ax25_sock *ax25_sk(const struct sock *sk) in ax25_sk()
272 return (struct ax25_sock *) sk; in ax25_sk()
/kernel/linux/linux-6.6/include/net/
H A Dax25.h258 struct ax25_sock { struct
263 #define ax25_sk(ptr) container_of_const(ptr, struct ax25_sock, sk)
/kernel/linux/linux-5.10/net/ax25/
H A Daf_ax25.c819 * XXX: when creating ax25_sock we should update the .obj_size setting
825 .obj_size = sizeof(struct ax25_sock),
/kernel/linux/linux-6.6/net/ax25/
H A Daf_ax25.c823 * XXX: when creating ax25_sock we should update the .obj_size setting
829 .obj_size = sizeof(struct ax25_sock),

Completed in 8 milliseconds