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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_rsvp.h69 struct rsvp_head struct
137 struct rsvp_session **sht = ((struct rsvp_head*)tp->root)->ht;
217 struct rsvp_session **sht = ((struct rsvp_head*)tp->root)->ht;
241 struct rsvp_head *data;
243 data = kzalloc(sizeof(struct rsvp_head), GFP_KERNEL);
261 struct rsvp_head *data = xchg(&tp->root, NULL);
312 for (sp = &((struct rsvp_head*)tp->root)->ht[h&0xFF];
332 struct rsvp_head *data = tp->root;
346 static int tunnel_bts(struct rsvp_head *data)
357 static void tunnel_recycle(struct rsvp_head *dat
[all...]

Completed in 45 milliseconds