Searched refs:vccs (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 81 clip_vcc->next = entry->vccs; in link_vcc() 82 entry->vccs = clip_vcc; in link_vcc() 97 for (walk = &entry->vccs; *walk; walk = &(*walk)->next) in unlink_clip_vcc() 105 if (entry->vccs) in unlink_clip_vcc() 128 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb() 138 if (entry->vccs || time_before(jiffies, entry->expires)) in neigh_check_cb() 304 entry->vccs = NULL; in clip_constructor() 361 if (!entry->vccs) { in clip_start_xmit() 375 pr_debug("neigh %p, vccs %p\n", entry, entry->vccs); in clip_start_xmit() [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 81 clip_vcc->next = entry->vccs; in link_vcc() 82 entry->vccs = clip_vcc; in link_vcc() 97 for (walk = &entry->vccs; *walk; walk = &(*walk)->next) in unlink_clip_vcc() 105 if (entry->vccs) in unlink_clip_vcc() 128 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb() 138 if (entry->vccs || time_before(jiffies, entry->expires)) in neigh_check_cb() 304 entry->vccs = NULL; in clip_constructor() 361 if (!entry->vccs) { in clip_start_xmit() 375 pr_debug("neigh %p, vccs %p\n", entry, entry->vccs); in clip_start_xmit() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | atmclip.h | 39 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | atmclip.h | 39 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is member
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | lanai.c | 223 * direction. To make it weirder, there can even be 0-way vccs 271 struct lanai_vcc **vccs; member 273 int nbound; /* number of bound vccs */ 1444 lanai->vccs = (struct lanai_vcc **) get_zeroed_page(GFP_KERNEL); in vcc_table_allocate() 1445 return (lanai->vccs == NULL) ? -ENOMEM : 0; in vcc_table_allocate() 1448 lanai->vccs = vzalloc(bytes); in vcc_table_allocate() 1449 if (unlikely(lanai->vccs == NULL)) in vcc_table_allocate() 1458 free_page((unsigned long) lanai->vccs); in vcc_table_deallocate() 1460 vfree(lanai->vccs); in vcc_table_deallocate() 1539 lanai->vccs[lvc in host_vcc_bind() [all...] |
H A D | zatm.c | 1268 int pools,vccs,rx; in zatm_start() local 1285 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start() 1288 for (rx = 1; rx < vccs; rx <<= 1) ld++; in zatm_start() 1292 zatm_dev->chans = vccs; /* ??? */ in zatm_start()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | lanai.c | 223 * direction. To make it weirder, there can even be 0-way vccs 271 struct lanai_vcc **vccs; member 273 int nbound; /* number of bound vccs */ 1443 lanai->vccs = (struct lanai_vcc **) get_zeroed_page(GFP_KERNEL); in vcc_table_allocate() 1444 return (lanai->vccs == NULL) ? -ENOMEM : 0; in vcc_table_allocate() 1447 lanai->vccs = vzalloc(bytes); in vcc_table_allocate() 1448 if (unlikely(lanai->vccs == NULL)) in vcc_table_allocate() 1457 free_page((unsigned long) lanai->vccs); in vcc_table_deallocate() 1459 vfree(lanai->vccs); in vcc_table_deallocate() 1538 lanai->vccs[lvc in host_vcc_bind() [all...] |
Completed in 11 milliseconds