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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_rsvp.h69 struct rsvp_head struct
137 struct rsvp_session **sht = ((struct rsvp_head*)tp->root)->ht;
227 struct rsvp_session **sht = ((struct rsvp_head*)tp->root)->ht;
251 struct rsvp_head *data;
253 data = kzalloc(sizeof(struct rsvp_head), GFP_KERNEL);
271 struct rsvp_head *data = xchg(&tp->root, NULL);
322 for (sp = &((struct rsvp_head*)tp->root)->ht[h&0xFF];
342 struct rsvp_head *data = tp->root;
356 static int tunnel_bts(struct rsvp_head *data)
367 static void tunnel_recycle(struct rsvp_head *dat
[all...]

Completed in 52 milliseconds