Lines Matching refs:evt
110 struct tipc_event evt; member
116 static void tipc_topsrv_kern_evt(struct net *net, struct tipc_event *evt);
239 if (!s || !memcmp(s, &sub->evt.s, sizeof(*s))) { in tipc_conn_delete_sub()
254 struct tipc_event *evt; in tipc_conn_send_to_sock() local
264 evt = &e->evt; in tipc_conn_send_to_sock()
268 tipc_conn_delete_sub(con, &evt->s); in tipc_conn_send_to_sock()
272 iov.iov_base = evt; in tipc_conn_send_to_sock()
273 iov.iov_len = sizeof(*evt); in tipc_conn_send_to_sock()
278 1, sizeof(*evt)); in tipc_conn_send_to_sock()
286 tipc_topsrv_kern_evt(srv->net, evt); in tipc_conn_send_to_sock()
315 u32 event, struct tipc_event *evt) in tipc_topsrv_queue_evt() argument
332 memcpy(&e->evt, evt, sizeof(*evt)); in tipc_topsrv_queue_evt()
614 static void tipc_topsrv_kern_evt(struct net *net, struct tipc_event *evt) in tipc_topsrv_kern_evt() argument
616 u32 port = *(u32 *)&evt->s.usr_handle; in tipc_topsrv_kern_evt()
621 skb = tipc_msg_create(TOP_SRV, 0, INT_H_SIZE, sizeof(*evt), in tipc_topsrv_kern_evt()
626 memcpy(msg_data(buf_msg(skb)), evt, sizeof(*evt)); in tipc_topsrv_kern_evt()