Home
last modified time | relevance | path

Searched refs:vccs (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/atm/
Dclip.c80 clip_vcc->next = entry->vccs; in link_vcc()
81 entry->vccs = clip_vcc; in link_vcc()
96 for (walk = &entry->vccs; *walk; walk = &(*walk)->next) in unlink_clip_vcc()
104 if (entry->vccs) in unlink_clip_vcc()
127 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb()
137 if (entry->vccs || time_before(jiffies, entry->expires)) in neigh_check_cb()
303 entry->vccs = NULL; in clip_constructor()
360 if (!entry->vccs) { in clip_start_xmit()
374 pr_debug("neigh %p, vccs %p\n", entry, entry->vccs); in clip_start_xmit()
375 ATM_SKB(skb)->vcc = vcc = entry->vccs->vcc; in clip_start_xmit()
[all …]
/linux-4.4.14/include/net/
Datmclip.h38 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is member
/linux-4.4.14/drivers/atm/
Dlanai.c275 struct lanai_vcc **vccs; member
1448 lanai->vccs = (struct lanai_vcc **) get_zeroed_page(GFP_KERNEL); in vcc_table_allocate()
1449 return (lanai->vccs == NULL) ? -ENOMEM : 0; in vcc_table_allocate()
1452 lanai->vccs = vzalloc(bytes); in vcc_table_allocate()
1453 if (unlikely(lanai->vccs == NULL)) in vcc_table_allocate()
1462 free_page((unsigned long) lanai->vccs); in vcc_table_deallocate()
1464 vfree(lanai->vccs); in vcc_table_deallocate()
1543 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind()
1553 lanai->vccs[lvcc->vci] = NULL; in host_vcc_unbind()
1626 lvcc = lanai->vccs[vci]; in handle_service()
[all …]
Dzatm.c1264 int pools,vccs,rx; in zatm_start() local
1281 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start()
1284 for (rx = 1; rx < vccs; rx <<= 1) ld++; in zatm_start()
1288 zatm_dev->chans = vccs; /* ??? */ in zatm_start()