Lines Matching refs:digipeat
153 if (ax25->digipeat != NULL) { in ax25_free_cb()
154 kfree(ax25->digipeat); in ax25_free_cb()
155 ax25->digipeat = NULL; in ax25_free_cb()
329 if (s->digipeat == NULL) in ax25_find_cb()
331 if (ax25digicmp(s->digipeat, digi) != 0) in ax25_find_cb()
334 if (s->digipeat != NULL && s->digipeat->ndigi != 0) in ax25_find_cb()
962 if (osk->protinfo.ax25->digipeat != NULL) { in ax25_make_new()
963 if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { in ax25_make_new()
968 memcpy(ax25->digipeat, osk->protinfo.ax25->digipeat, sizeof(ax25_digi)); in ax25_make_new()
1161 if (sk->protinfo.ax25->digipeat != NULL) { in ax25_connect()
1162 kfree(sk->protinfo.ax25->digipeat); in ax25_connect()
1163 sk->protinfo.ax25->digipeat = NULL; in ax25_connect()
1216 sk->protinfo.ax25->digipeat = digi; in ax25_connect()
1342 if (sk->protinfo.ax25->digipeat != NULL) { in ax25_getname()
1343 ndigi = sk->protinfo.ax25->digipeat->ndigi; in ax25_getname()
1346 fsa->fsa_digipeater[i] = sk->protinfo.ax25->digipeat->calls[i]; in ax25_getname()
1444 dp = sk->protinfo.ax25->digipeat; in ax25_sendmsg()
1737 for (k=0; (ax25->digipeat != NULL) && (k < ax25->digipeat->ndigi); k++) { in ax25_get_info()
1739 ax2asc(&ax25->digipeat->calls[k]), in ax25_get_info()
1740 ax25->digipeat->repeated[k]? "*":""); in ax25_get_info()