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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Diseries_veth.c158 struct veth_msg { struct
159 struct veth_msg *next;
170 struct veth_msg *msgs;
194 struct veth_msg *msg_stack_head;
221 static void veth_recycle_msg(struct veth_lpar_connection *, struct veth_msg *);
248 struct veth_msg *msg)
255 static inline struct veth_msg *veth_stack_pop(struct veth_lpar_connection *cnx)
257 struct veth_msg *msg;
813 struct veth_msg *msgs;
850 msgs = kmalloc(VETH_NUMBUFFERS * sizeof(struct veth_msg), GFP_KERNE
[all...]

Completed in 87 milliseconds