Searched defs:batadv_forw_packet (Results 1 – 1 of 1) sorted by relevance
854 struct batadv_forw_packet { struct855 struct hlist_node list;856 unsigned long send_time;857 uint8_t own;858 struct sk_buff *skb;859 uint16_t packet_len;860 uint32_t direct_link_flags;861 uint8_t num_packets;862 struct delayed_work delayed_work;863 struct batadv_hard_iface *if_incoming;