Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dax25.h207 extern ax25_cb *ax25_create_cb(void);
/linux-2.4.37.9/net/ax25/
Dax25_out.c87 if ((ax25 = ax25_create_cb()) == NULL) in ax25_send_frame()
Dax25_in.c405 if ((ax25 = ax25_create_cb()) == NULL) { in ax25_rcv()
Daf_ax25.c598 ax25_cb *ax25_create_cb(void) in ax25_create_cb() function
891 if ((ax25 = ax25_create_cb()) == NULL) { in ax25_create()
916 if ((ax25 = ax25_create_cb()) == NULL) { in ax25_make_new()