Searched defs:net_port_info_wake_event (Results 1 – 1 of 1) sorted by relevance
114 struct net_port_info_wake_event { struct115 uuid_t wake_uuid;116 struct timeval32 wake_pkt_timestamp; /* when processed by networking stack */117 uint16_t wake_pkt_if_index; /* interface of incoming wake packet */118 in_port_t wake_pkt_port; /* local port in network byte order */119 uint16_t wake_pkt_flags; /* NPIF_xxx */120 pid_t wake_pkt_owner_pid;121 pid_t wake_pkt_effective_pid;122 char wake_pkt_owner_pname[MAXCOMLEN + 1];123 char wake_pkt_effective_pname[MAXCOMLEN + 1];[all …]