Home
last modified time | relevance | path

Searched refs:ax25_create_cb (Results 1 – 3 of 3) sorted by relevance

/linux/net/ax25/
H A Dax25_in.c365 if ((ax25 = ax25_create_cb()) == NULL) { in ax25_rcv()
H A Daf_ax25.c527 ax25_cb *ax25_create_cb(void) in ax25_create_cb() function
908 ax25 = ax25_sk(sk)->cb = ax25_create_cb(); in ax25_create()
934 if ((ax25 = ax25_create_cb()) == NULL) { in ax25_make_new()
/linux/include/net/
H A Dax25.h309 ax25_cb * __must_check ax25_create_cb(void);