tag | line | file | source code |
digipeat | 157 | include/net/ax25.h | ax25_digi *digipeat; |
digipeat | 84 | include/net/netrom.h | ax25_digi *digipeat; |
digipeat | 442 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 443 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 444 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 451 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 452 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 453 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 578 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 670 | net/ax25/af_ax25.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 674 | net/ax25/af_ax25.c | *ax25->digipeat = *digi; |
digipeat | 1091 | net/ax25/af_ax25.c | if (osk->ax25->digipeat != NULL) { |
digipeat | 1092 | net/ax25/af_ax25.c | if ((ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1099 | net/ax25/af_ax25.c | *ax25->digipeat = *osk->ax25->digipeat; |
digipeat | 1287 | net/ax25/af_ax25.c | if (sk->ax25->digipeat == NULL) { |
digipeat | 1288 | net/ax25/af_ax25.c | if ((sk->ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_KERNEL)) == NULL) |
digipeat | 1292 | net/ax25/af_ax25.c | sk->ax25->digipeat->ndigi = addr->sax25_ndigis; |
digipeat | 1295 | net/ax25/af_ax25.c | sk->ax25->digipeat->repeated[ct] = 0; |
digipeat | 1296 | net/ax25/af_ax25.c | sk->ax25->digipeat->calls[ct] = fsa->fsa_digipeater[ct]; |
digipeat | 1300 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
digipeat | 1456 | net/ax25/af_ax25.c | if (sk->ax25->digipeat != NULL) { |
digipeat | 1457 | net/ax25/af_ax25.c | ndigi = sk->ax25->digipeat->ndigi; |
digipeat | 1461 | net/ax25/af_ax25.c | sax->fsa_digipeater[i] = sk->ax25->digipeat->calls[i]; |
digipeat | 1715 | net/ax25/af_ax25.c | if (dp.ndigi != 0 && ax25->digipeat == NULL && (ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1722 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 1723 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 1724 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 1728 | net/ax25/af_ax25.c | ax25_digi_invert(&dp, ax25->digipeat); |
digipeat | 1868 | net/ax25/af_ax25.c | dp = sk->ax25->digipeat; |
digipeat | 264 | net/ax25/ax25_out.c | if (skb_headroom(skb) < size_ax25_addr(ax25->digipeat)) { |
digipeat | 271 | net/ax25/ax25_out.c | ptr = skb_push(skb, size_ax25_addr(ax25->digipeat)); |
digipeat | 272 | net/ax25/ax25_out.c | build_ax25_addr(ptr, &ax25->source_addr, &ax25->dest_addr, ax25->digipeat, type, ax25->modulus); |
digipeat | 69 | net/ax25/ax25_route.c | ax25_digi *digipeat; |
digipeat | 118 | net/ax25/ax25_route.c | if (oldest->digipeat != NULL) |
digipeat | 119 | net/ax25/ax25_route.c | kfree_s(oldest->digipeat, sizeof(ax25_digi)); |
digipeat | 128 | net/ax25/ax25_route.c | ax25_rt->digipeat = NULL; |
digipeat | 134 | net/ax25/ax25_route.c | if ((ax25_rt->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 138 | net/ax25/ax25_route.c | *ax25_rt->digipeat = *digi; |
digipeat | 163 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 164 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 170 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 171 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 200 | net/ax25/ax25_route.c | if (ax25_rt->digipeat != NULL) { |
digipeat | 201 | net/ax25/ax25_route.c | kfree_s(ax25_rt->digipeat, sizeof(ax25_digi)); |
digipeat | 202 | net/ax25/ax25_route.c | ax25_rt->digipeat = NULL; |
digipeat | 205 | net/ax25/ax25_route.c | if ((ax25_rt->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) |
digipeat | 207 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
digipeat | 208 | net/ax25/ax25_route.c | ax25_rt->digipeat->ndigi = route.digi_count; |
digipeat | 210 | net/ax25/ax25_route.c | ax25_rt->digipeat->repeated[i] = 0; |
digipeat | 211 | net/ax25/ax25_route.c | ax25_rt->digipeat->calls[i] = route.digi_addr[i]; |
digipeat | 222 | net/ax25/ax25_route.c | ax25_rt->digipeat = NULL; |
digipeat | 227 | net/ax25/ax25_route.c | if ((ax25_rt->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 231 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
digipeat | 232 | net/ax25/ax25_route.c | ax25_rt->digipeat->ndigi = route.digi_count; |
digipeat | 234 | net/ax25/ax25_route.c | ax25_rt->digipeat->repeated[i] = 0; |
digipeat | 235 | net/ax25/ax25_route.c | ax25_rt->digipeat->calls[i] = route.digi_addr[i]; |
digipeat | 258 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 259 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 265 | net/ax25/ax25_route.c | if (s->digipeat != NULL) |
digipeat | 266 | net/ax25/ax25_route.c | kfree_s((void *)s->digipeat, sizeof(ax25_digi)); |
digipeat | 318 | net/ax25/ax25_route.c | if (ax25_rt->digipeat != NULL) |
digipeat | 319 | net/ax25/ax25_route.c | for (i = 0; i < ax25_rt->digipeat->ndigi; i++) |
digipeat | 320 | net/ax25/ax25_route.c | len += sprintf(buffer + len, " %s", ax2asc(&ax25_rt->digipeat->calls[i])); |
digipeat | 418 | net/ax25/ax25_route.c | if (ax25_rt->digipeat != NULL) { |
digipeat | 419 | net/ax25/ax25_route.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) |
digipeat | 421 | net/ax25/ax25_route.c | *ax25->digipeat = *ax25_rt->digipeat; |
digipeat | 446 | net/ax25/ax25_route.c | if (ax25_rt == NULL || ax25_rt->digipeat == NULL) |
digipeat | 449 | net/ax25/ax25_route.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) |
digipeat | 453 | net/ax25/ax25_route.c | *ax25->digipeat = *ax25_rt->digipeat; |
digipeat | 476 | net/ax25/ax25_route.c | if (ax25_rt == NULL ||ax25_rt->digipeat == NULL) |
digipeat | 479 | net/ax25/ax25_route.c | len = ax25_rt->digipeat->ndigi * AX25_ADDR_LEN; |
digipeat | 492 | net/ax25/ax25_route.c | build_ax25_addr(bp, &src, &dest, ax25_rt->digipeat, C_COMMAND, MODULUS); |
digipeat | 211 | net/ax25/ax25_subr.c | if ((skb = alloc_skb(AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat) + 2, GFP_ATOMIC)) == NULL) |
digipeat | 214 | net/ax25/ax25_subr.c | skb_reserve(skb, AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat)); |
digipeat | 92 | net/netrom/nr_route.c | nr_neigh->digipeat = NULL; |
digipeat | 100 | net/netrom/nr_route.c | if ((nr_neigh->digipeat = kmalloc(sizeof(*ax25_digi), GFP_KERNEL)) == NULL) { |
digipeat | 104 | net/netrom/nr_route.c | *nr_neigh->digipeat = *ax25_digi; |
digipeat | 265 | net/netrom/nr_route.c | if (nr_neigh->digipeat != NULL) |
digipeat | 266 | net/netrom/nr_route.c | kfree_s(nr_neigh->digipeat, sizeof(ax25_digi)); |
digipeat | 275 | net/netrom/nr_route.c | if (nr_neigh->digipeat != NULL) |
digipeat | 276 | 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 | 668 | net/netrom/nr_route.c | nr_add_node(nr_src, "", &ax25->dest_addr, ax25->digipeat, ax25->device, 0, nr_default.obs_count); |
digipeat | 705 | net/netrom/nr_route.c | ax25_send_frame(skb, (ax25_address *)dev->dev_addr, &nr_neigh->callsign, nr_neigh->digipeat, nr_neigh->dev); |