| tag | line | file | source code |
| digipeat | 121 | include/net/ax25.h | ax25_digi *digipeat; |
| digipeat | 400 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
| digipeat | 401 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
| digipeat | 402 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
| digipeat | 522 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
| digipeat | 888 | net/ax25/af_ax25.c | if (osk->ax25->digipeat != NULL) { |
| digipeat | 889 | net/ax25/af_ax25.c | if ((ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
| digipeat | 1066 | net/ax25/af_ax25.c | if (sk->ax25->digipeat == NULL) { |
| digipeat | 1067 | net/ax25/af_ax25.c | if ((sk->ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_KERNEL)) == NULL) |
| digipeat | 1071 | net/ax25/af_ax25.c | sk->ax25->digipeat->ndigi = ndigi; |
| digipeat | 1074 | net/ax25/af_ax25.c | sk->ax25->digipeat->repeated[ct] = 0; |
| digipeat | 1075 | net/ax25/af_ax25.c | memcpy(&sk->ax25->digipeat->calls[ct], &ap[ct], sizeof(ax25_address)); |
| digipeat | 1079 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
| digipeat | 1217 | net/ax25/af_ax25.c | if (sk->ax25->digipeat != NULL) { |
| digipeat | 1218 | net/ax25/af_ax25.c | ndigi = sk->ax25->digipeat->ndigi; |
| digipeat | 1222 | net/ax25/af_ax25.c | memcpy(&sax->fsa_digipeater[i], &sk->ax25->digipeat->calls[i], sizeof(ax25_address)); |
| digipeat | 1394 | net/ax25/af_ax25.c | if (dp.ndigi != 0 && ax25->digipeat == NULL && (ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
| digipeat | 1401 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
| digipeat | 1402 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
| digipeat | 1403 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
| digipeat | 1407 | net/ax25/af_ax25.c | ax25_digi_invert(&dp, ax25->digipeat); |
| digipeat | 1543 | net/ax25/af_ax25.c | dp = sk->ax25->digipeat; |
| digipeat | 68 | net/ax25/ax25_in.c | if (ax25->digipeat == NULL) |
| digipeat | 163 | net/ax25/ax25_out.c | ptr += build_ax25_addr(ptr, &ax25->source_addr, &ax25->dest_addr, ax25->digipeat, type); |
| digipeat | 149 | net/ax25/ax25_subr.c | if ((skb = alloc_skb(16 + 1 + size_ax25_addr(ax25->digipeat), GFP_ATOMIC)) == NULL) |
| digipeat | 159 | net/ax25/ax25_subr.c | dptr += 1 + size_ax25_addr(ax25->digipeat); /* KISS byte & 2 calls */ |
| digipeat | 170 | net/ax25/ax25_subr.c | skb->len = len + size_ax25_addr(ax25->digipeat) + 1; |