Searched refs:veth_msg (Results 1 – 1 of 1) sorted by relevance
158 struct veth_msg { struct159 struct veth_msg *next; argument170 struct veth_msg *msgs; argument194 struct veth_msg *msg_stack_head;220 static void veth_recycle_msg(struct veth_lpar_connection *, struct veth_msg *);247 struct veth_msg *msg) in veth_stack_push()254 static inline struct veth_msg *veth_stack_pop(struct veth_lpar_connection *cnx) in veth_stack_pop()256 struct veth_msg *msg; in veth_stack_pop()818 struct veth_msg *msgs; in veth_init_connection()850 msgs = kcalloc(VETH_NUMBUFFERS, sizeof(struct veth_msg), GFP_KERNEL); in veth_init_connection()[all …]