25 #ifndef __RTCFG_CONN_EVENT_H_
26 #define __RTCFG_CONN_EVENT_H_
28 #include <linux/netdevice.h>
30 #include <rtcfg_chrdev.h>
31 #include <rtcfg/rtcfg_file.h>
32 #include <rtnet_internal.h>
42 struct rtcfg_connection {
43 struct list_head entry;
45 RTCFG_CONN_STATE state;
46 u8 mac_addr[MAX_ADDR_LEN];
47 unsigned int addr_type;
49 #if IS_ENABLED(CONFIG_XENO_DRIVERS_NET_RTIPV4)
55 struct rtcfg_file *stage2_file;
58 unsigned int burstrate;
61 #ifdef CONFIG_XENO_OPT_VFILE
62 struct xnvfile_regular proc_entry;
66 int rtcfg_do_conn_event(
struct rtcfg_connection *conn, RTCFG_EVENT event_id,
uint64_t nanosecs_abs_t
RTDM type for representing absolute dates.
Definition: rtdm.h:43