Searched refs:in_ops (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dmpc.c470 entry = mpc->in_ops->get(ipaddr, mpc);
472 entry = mpc->in_ops->add_entry(ipaddr, mpc);
473 if (entry != NULL) mpc->in_ops->put(entry);
476 if (mpc->in_ops->cache_hit(entry, mpc) != OPEN){ /* threshold not exceeded or VCC not ready */
478 mpc->in_ops->put(entry);
486 mpc->in_ops->put(entry);
511 mpc->in_ops->put(entry);
571 in_entry = mpc->in_ops->get(ipaddr, mpc);
575 if (in_entry != NULL) mpc->in_ops->put(in_entry);
581 mpc->in_ops
[all...]
H A Dmpc.h24 struct in_cache_ops *in_ops; /* ingress cache operations */ member in struct:mpoa_client
H A Dmpoa_caches.c187 client->in_ops->put(entry);
224 client->in_ops->remove_entry(entry, client);
307 mpc->in_ops->remove_entry(mpc->in_cache, mpc);
428 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client);
430 client->in_ops->put(in_entry);
552 mpc->in_ops = &ingress_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinotify.c83 const struct inotify_operations *in_ops; /* inotify caller operations */ member in struct:inotify_handle
121 ih->in_ops->destroy_watch(watch);
240 ih->in_ops->handle_event(watch, watch->wd, IN_IGNORED, 0, NULL, NULL);
302 ih->in_ops->handle_event(watch, watch->wd, mask, cookie,
418 ih->in_ops->handle_event(watch, watch->wd, IN_UNMOUNT, 0,
468 ih->in_ops = ops;

Completed in 26 milliseconds