Lines Matching refs:evt
109 struct tipc_event evt; member
115 static void tipc_topsrv_kern_evt(struct net *net, struct tipc_event *evt);
238 if (!s || !memcmp(s, &sub->evt.s, sizeof(*s))) { in tipc_conn_delete_sub()
253 struct tipc_event *evt; in tipc_conn_send_to_sock() local
263 evt = &e->evt; in tipc_conn_send_to_sock()
267 tipc_conn_delete_sub(con, &evt->s); in tipc_conn_send_to_sock()
271 iov.iov_base = evt; in tipc_conn_send_to_sock()
272 iov.iov_len = sizeof(*evt); in tipc_conn_send_to_sock()
277 1, sizeof(*evt)); in tipc_conn_send_to_sock()
285 tipc_topsrv_kern_evt(srv->net, evt); in tipc_conn_send_to_sock()
314 u32 event, struct tipc_event *evt) in tipc_topsrv_queue_evt() argument
331 memcpy(&e->evt, evt, sizeof(*evt)); in tipc_topsrv_queue_evt()
609 static void tipc_topsrv_kern_evt(struct net *net, struct tipc_event *evt) in tipc_topsrv_kern_evt() argument
611 u32 port = *(u32 *)&evt->s.usr_handle; in tipc_topsrv_kern_evt()
616 skb = tipc_msg_create(TOP_SRV, 0, INT_H_SIZE, sizeof(*evt), in tipc_topsrv_kern_evt()
621 memcpy(msg_data(buf_msg(skb)), evt, sizeof(*evt)); in tipc_topsrv_kern_evt()