Searched defs:batadv_forw_packet (Results 1 – 1 of 1) sorted by relevance
1095 struct batadv_forw_packet { struct1096 struct hlist_node list;1097 unsigned long send_time;1098 uint8_t own;1099 struct sk_buff *skb;1100 uint16_t packet_len;1101 uint32_t direct_link_flags;1102 uint8_t num_packets;1103 struct delayed_work delayed_work;1104 struct batadv_hard_iface *if_incoming;[all …]