tag | line | file | source code |
digipeat | 144 | include/net/ax25.h | ax25_digi *digipeat; |
digipeat | 81 | include/net/netrom.h | ax25_digi *digipeat; |
digipeat | 419 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 420 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 421 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 554 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 620 | net/ax25/af_ax25.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 624 | net/ax25/af_ax25.c | memcpy(ax25->digipeat, digi, sizeof(ax25_digi)); |
digipeat | 998 | net/ax25/af_ax25.c | if (osk->ax25->digipeat != NULL) { |
digipeat | 999 | net/ax25/af_ax25.c | if ((ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1176 | net/ax25/af_ax25.c | if (sk->ax25->digipeat == NULL) { |
digipeat | 1177 | net/ax25/af_ax25.c | if ((sk->ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_KERNEL)) == NULL) |
digipeat | 1181 | net/ax25/af_ax25.c | sk->ax25->digipeat->ndigi = ndigi; |
digipeat | 1184 | net/ax25/af_ax25.c | sk->ax25->digipeat->repeated[ct] = 0; |
digipeat | 1185 | net/ax25/af_ax25.c | memcpy(&sk->ax25->digipeat->calls[ct], &ap[ct], sizeof(ax25_address)); |
digipeat | 1189 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
digipeat | 1327 | net/ax25/af_ax25.c | if (sk->ax25->digipeat != NULL) { |
digipeat | 1328 | net/ax25/af_ax25.c | ndigi = sk->ax25->digipeat->ndigi; |
digipeat | 1332 | net/ax25/af_ax25.c | memcpy(&sax->fsa_digipeater[i], &sk->ax25->digipeat->calls[i], sizeof(ax25_address)); |
digipeat | 1551 | net/ax25/af_ax25.c | if (dp.ndigi != 0 && ax25->digipeat == NULL && (ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1558 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 1559 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 1560 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 1564 | net/ax25/af_ax25.c | ax25_digi_invert(&dp, ax25->digipeat); |
digipeat | 1713 | net/ax25/af_ax25.c | dp = sk->ax25->digipeat; |
digipeat | 226 | net/ax25/ax25_out.c | if (skb_headroom(skb) < size_ax25_addr(ax25->digipeat)) { |
digipeat | 233 | net/ax25/ax25_out.c | ptr = skb_push(skb, size_ax25_addr(ax25->digipeat)); |
digipeat | 234 | net/ax25/ax25_out.c | build_ax25_addr(ptr, &ax25->source_addr, &ax25->dest_addr, ax25->digipeat, type, ax25->modulus); |
digipeat | 61 | net/ax25/ax25_route.c | ax25_digi *digipeat; |
digipeat | 101 | net/ax25/ax25_route.c | if (oldest->digipeat != NULL) { |
digipeat | 102 | net/ax25/ax25_route.c | kfree_s(oldest->digipeat, sizeof(ax25_digi)); |
digipeat | 103 | net/ax25/ax25_route.c | oldest->digipeat = NULL; |
digipeat | 116 | net/ax25/ax25_route.c | ax25_rt->digipeat = NULL; |
digipeat | 122 | net/ax25/ax25_route.c | if ((ax25_rt->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 126 | net/ax25/ax25_route.c | memcpy(ax25_rt->digipeat, digi, sizeof(ax25_digi)); |
digipeat | 149 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 150 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 156 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 157 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 186 | net/ax25/ax25_route.c | if (ax25_rt->digipeat != NULL) { |
digipeat | 187 | net/ax25/ax25_route.c | kfree_s(ax25_rt->digipeat, sizeof(ax25_digi)); |
digipeat | 188 | net/ax25/ax25_route.c | ax25_rt->digipeat = NULL; |
digipeat | 191 | net/ax25/ax25_route.c | if ((ax25_rt->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) |
digipeat | 193 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
digipeat | 194 | net/ax25/ax25_route.c | ax25_rt->digipeat->ndigi = route.digi_count; |
digipeat | 196 | net/ax25/ax25_route.c | ax25_rt->digipeat->repeated[i] = 0; |
digipeat | 197 | net/ax25/ax25_route.c | ax25_rt->digipeat->calls[i] = route.digi_addr[i]; |
digipeat | 208 | net/ax25/ax25_route.c | ax25_rt->digipeat = NULL; |
digipeat | 213 | net/ax25/ax25_route.c | if ((ax25_rt->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 217 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
digipeat | 218 | net/ax25/ax25_route.c | ax25_rt->digipeat->ndigi = route.digi_count; |
digipeat | 220 | net/ax25/ax25_route.c | ax25_rt->digipeat->repeated[i] = 0; |
digipeat | 221 | net/ax25/ax25_route.c | ax25_rt->digipeat->calls[i] = route.digi_addr[i]; |
digipeat | 244 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 245 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 251 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 252 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 299 | net/ax25/ax25_route.c | if (ax25_rt->digipeat != NULL) |
digipeat | 300 | net/ax25/ax25_route.c | for (i = 0; i < ax25_rt->digipeat->ndigi; i++) |
digipeat | 301 | net/ax25/ax25_route.c | len += sprintf(buffer + len, " %s", ax2asc(&ax25_rt->digipeat->calls[i])); |
digipeat | 382 | net/ax25/ax25_route.c | if (ax25_rt->digipeat != NULL) { |
digipeat | 383 | net/ax25/ax25_route.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) |
digipeat | 385 | net/ax25/ax25_route.c | memcpy(ax25->digipeat, ax25_rt->digipeat, sizeof(ax25_digi)); |
digipeat | 195 | net/ax25/ax25_subr.c | if ((skb = alloc_skb(AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat) + 2, GFP_ATOMIC)) == NULL) |
digipeat | 198 | net/ax25/ax25_subr.c | skb_reserve(skb, AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat)); |
digipeat | 91 | net/netrom/nr_route.c | nr_neigh->digipeat= NULL; |
digipeat | 99 | net/netrom/nr_route.c | if ((nr_neigh->digipeat = kmalloc(sizeof(*ax25_digi), GFP_KERNEL)) == NULL) { |
digipeat | 103 | net/netrom/nr_route.c | memcpy(nr_neigh->digipeat, ax25_digi, sizeof(*ax25_digi)); |
digipeat | 264 | net/netrom/nr_route.c | if (nr_neigh->digipeat != NULL) |
digipeat | 265 | net/netrom/nr_route.c | kfree_s(nr_neigh->digipeat, sizeof(ax25_digi)); |
digipeat | 274 | net/netrom/nr_route.c | if (nr_neigh->digipeat != NULL) |
digipeat | 275 | net/netrom/nr_route.c | kfree_s(nr_neigh->digipeat, sizeof(ax25_digi)); |
digipeat | 358 | net/netrom/nr_route.c | nr_neigh->digipeat= NULL; |
digipeat | 659 | net/netrom/nr_route.c | nr_add_node(nr_src, "", &ax25->dest_addr, ax25->digipeat, ax25->device, 0, nr_default.obs_count); |
digipeat | 691 | net/netrom/nr_route.c | ax25_send_frame(skb, (ax25_address *)dev->dev_addr, &nr_neigh->callsign, nr_neigh->digipeat, nr_neigh->dev); |