tag | line | file | source code |
digipeat | 128 | include/net/ax25.h | ax25_digi *digipeat; |
digipeat | 78 | include/net/netrom.h | ax25_digi *digipeat; |
digipeat | 405 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 406 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 407 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 528 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 569 | net/ax25/af_ax25.c | if ((ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 573 | net/ax25/af_ax25.c | memcpy(ax25->digipeat, digi, sizeof(ax25_digi)); |
digipeat | 922 | net/ax25/af_ax25.c | if (osk->ax25->digipeat != NULL) { |
digipeat | 923 | net/ax25/af_ax25.c | if ((ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1100 | net/ax25/af_ax25.c | if (sk->ax25->digipeat == NULL) { |
digipeat | 1101 | net/ax25/af_ax25.c | if ((sk->ax25->digipeat = (ax25_digi *)kmalloc(sizeof(ax25_digi), GFP_KERNEL)) == NULL) |
digipeat | 1105 | net/ax25/af_ax25.c | sk->ax25->digipeat->ndigi = ndigi; |
digipeat | 1108 | net/ax25/af_ax25.c | sk->ax25->digipeat->repeated[ct] = 0; |
digipeat | 1109 | net/ax25/af_ax25.c | memcpy(&sk->ax25->digipeat->calls[ct], &ap[ct], sizeof(ax25_address)); |
digipeat | 1113 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
digipeat | 1251 | net/ax25/af_ax25.c | if (sk->ax25->digipeat != NULL) { |
digipeat | 1252 | net/ax25/af_ax25.c | ndigi = sk->ax25->digipeat->ndigi; |
digipeat | 1256 | net/ax25/af_ax25.c | memcpy(&sax->fsa_digipeater[i], &sk->ax25->digipeat->calls[i], sizeof(ax25_address)); |
digipeat | 1458 | net/ax25/af_ax25.c | if (dp.ndigi != 0 && ax25->digipeat == NULL && (ax25->digipeat = kmalloc(sizeof(ax25_digi), GFP_ATOMIC)) == NULL) { |
digipeat | 1465 | net/ax25/af_ax25.c | if (ax25->digipeat != NULL) { |
digipeat | 1466 | net/ax25/af_ax25.c | kfree_s(ax25->digipeat, sizeof(ax25_digi)); |
digipeat | 1467 | net/ax25/af_ax25.c | ax25->digipeat = NULL; |
digipeat | 1471 | net/ax25/af_ax25.c | ax25_digi_invert(&dp, ax25->digipeat); |
digipeat | 1610 | net/ax25/af_ax25.c | dp = sk->ax25->digipeat; |
digipeat | 162 | net/ax25/ax25_out.c | if (skb_headroom(skb) < size_ax25_addr(ax25->digipeat)) { |
digipeat | 169 | net/ax25/ax25_out.c | ptr = skb_push(skb, size_ax25_addr(ax25->digipeat)); |
digipeat | 170 | net/ax25/ax25_out.c | build_ax25_addr(ptr, &ax25->source_addr, &ax25->dest_addr, ax25->digipeat, type); |
digipeat | 150 | net/ax25/ax25_subr.c | if ((skb = alloc_skb(AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat) + 1, GFP_ATOMIC)) == NULL) |
digipeat | 153 | net/ax25/ax25_subr.c | skb_reserve(skb, AX25_BPQ_HEADER_LEN + size_ax25_addr(ax25->digipeat)); |
digipeat | 90 | net/netrom/nr_route.c | nr_neigh->digipeat= NULL; |
digipeat | 98 | net/netrom/nr_route.c | if ((nr_neigh->digipeat = kmalloc(sizeof(*ax25_digi), GFP_KERNEL)) == NULL) { |
digipeat | 102 | net/netrom/nr_route.c | memcpy(nr_neigh->digipeat, ax25_digi, sizeof(*ax25_digi)); |
digipeat | 263 | net/netrom/nr_route.c | if (nr_neigh->digipeat != NULL) |
digipeat | 264 | net/netrom/nr_route.c | kfree_s(nr_neigh->digipeat, sizeof(ax25_digi)); |
digipeat | 273 | net/netrom/nr_route.c | if (nr_neigh->digipeat != NULL) |
digipeat | 274 | net/netrom/nr_route.c | kfree_s(nr_neigh->digipeat, sizeof(ax25_digi)); |
digipeat | 357 | net/netrom/nr_route.c | nr_neigh->digipeat= NULL; |
digipeat | 650 | net/netrom/nr_route.c | nr_add_node(nr_src, "", &ax25->dest_addr, ax25->digipeat, ax25->device, 0, nr_default.obs_count); |
digipeat | 679 | net/netrom/nr_route.c | ax25_send_frame(skb, (ax25_address *)dev->dev_addr, &nr_neigh->callsign, nr_neigh->digipeat, nr_neigh->dev); |