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> 43 struct rtcfg_connection {
44 struct list_head entry;
46 RTCFG_CONN_STATE state;
47 u8 mac_addr[MAX_ADDR_LEN];
48 unsigned int addr_type;
50 #if IS_ENABLED(CONFIG_XENO_DRIVERS_NET_RTIPV4) 56 struct rtcfg_file *stage2_file;
59 unsigned int burstrate;
62 #ifdef CONFIG_XENO_OPT_VFILE 63 struct xnvfile_regular proc_entry;
68 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