Searched defs:net_port_info_wake_event (Results 1 – 1 of 1) sorted by relevance
175 struct net_port_info_wake_event { struct176 uuid_t wake_uuid;177 struct timeval32 wake_pkt_timestamp; /* when processed by networking stack */178 uint16_t wake_pkt_if_index; /* interface of incoming wake packet */179 in_port_t wake_pkt_port; /* local port in network byte order */180 uint16_t wake_pkt_flags; /* NPIF_xxx */181 pid_t wake_pkt_owner_pid;182 pid_t wake_pkt_effective_pid;183 char wake_pkt_owner_pname[MAXCOMLEN + 1];184 char wake_pkt_effective_pname[MAXCOMLEN + 1];[all …]