tag | line | file | source code |
digipeat | 152 | include/net/ax25.h | ax25_digi *digipeat; |
digipeat | 84 | include/net/netrom.h | ax25_digi *digipeat; |
digipeat | 422 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 423 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 424 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 557 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 623 | net/ax25/af_ax25.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 627 | net/ax25/af_ax25.c | memcpy(ax25->digipeat, digi, sizeof(ax25_digi)); |
digipeat | 1018 | net/ax25/af_ax25.c | if (osk->ax25->digipeat != NULL) { |
digipeat | 1019 | net/ax25/af_ax25.c | if ((ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1198 | net/ax25/af_ax25.c | if (sk->ax25->digipeat == NULL) { |
digipeat | 1199 | net/ax25/af_ax25.c | if ((sk->ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_KERNEL)) == NULL) |
digipeat | 1203 | net/ax25/af_ax25.c | sk->ax25->digipeat->ndigi = addr->sax25_ndigis; |
digipeat | 1206 | net/ax25/af_ax25.c | sk->ax25->digipeat->repeated[ct] = 0; |
digipeat | 1207 | net/ax25/af_ax25.c | memcpy(&sk->ax25->digipeat->calls[ct], &fsa->fsa_digipeater[ct], sizeof(ax25_address)); |
digipeat | 1211 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
digipeat | 1345 | net/ax25/af_ax25.c | if (sk->ax25->digipeat != NULL) { |
digipeat | 1346 | net/ax25/af_ax25.c | ndigi = sk->ax25->digipeat->ndigi; |
digipeat | 1350 | net/ax25/af_ax25.c | memcpy(&sax->fsa_digipeater[i], &sk->ax25->digipeat->calls[i], sizeof(ax25_address)); |
digipeat | 1574 | net/ax25/af_ax25.c | if (dp.ndigi != 0 && ax25->digipeat == NULL && (ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1581 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 1582 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 1583 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 1587 | net/ax25/af_ax25.c | ax25_digi_invert(&dp, ax25->digipeat); |
digipeat | 1726 | net/ax25/af_ax25.c | dp = sk->ax25->digipeat; |
digipeat | 227 | net/ax25/ax25_out.c | if (skb_headroom(skb) < size_ax25_addr(ax25->digipeat)) { |
digipeat | 234 | net/ax25/ax25_out.c | ptr = skb_push(skb, size_ax25_addr(ax25->digipeat)); |
digipeat | 235 | 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 | 204 | net/ax25/ax25_subr.c | if ((skb = alloc_skb(AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat) + 2, GFP_ATOMIC)) == NULL) |
digipeat | 207 | 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); |