Loading net/batman-adv/types.h +0 −4 Original line number Original line Diff line number Diff line Loading @@ -371,9 +371,7 @@ struct batadv_hardif_neigh_node { * @ifinfo_lock: lock protecting private ifinfo members and list * @ifinfo_lock: lock protecting private ifinfo members and list * @if_incoming: pointer to incoming hard interface * @if_incoming: pointer to incoming hard interface * @last_seen: when last packet via this neighbor was received * @last_seen: when last packet via this neighbor was received * @last_ttl: last received ttl from this neigh node * @rcu: struct used for freeing in an RCU-safe manner * @rcu: struct used for freeing in an RCU-safe manner * @bat_iv: B.A.T.M.A.N. IV private structure */ */ struct batadv_neigh_node { struct batadv_neigh_node { struct hlist_node list; struct hlist_node list; Loading Loading @@ -1257,8 +1255,6 @@ struct batadv_dat_candidate { * struct batadv_tvlv_container - container for tvlv appended to OGMs * struct batadv_tvlv_container - container for tvlv appended to OGMs * @list: hlist node for batadv_priv_tvlv::container_list * @list: hlist node for batadv_priv_tvlv::container_list * @tvlv_hdr: tvlv header information needed to construct the tvlv * @tvlv_hdr: tvlv header information needed to construct the tvlv * @value_len: length of the buffer following this struct which contains * the actual tvlv payload * @refcount: number of contexts the object is used * @refcount: number of contexts the object is used */ */ struct batadv_tvlv_container { struct batadv_tvlv_container { Loading Loading
net/batman-adv/types.h +0 −4 Original line number Original line Diff line number Diff line Loading @@ -371,9 +371,7 @@ struct batadv_hardif_neigh_node { * @ifinfo_lock: lock protecting private ifinfo members and list * @ifinfo_lock: lock protecting private ifinfo members and list * @if_incoming: pointer to incoming hard interface * @if_incoming: pointer to incoming hard interface * @last_seen: when last packet via this neighbor was received * @last_seen: when last packet via this neighbor was received * @last_ttl: last received ttl from this neigh node * @rcu: struct used for freeing in an RCU-safe manner * @rcu: struct used for freeing in an RCU-safe manner * @bat_iv: B.A.T.M.A.N. IV private structure */ */ struct batadv_neigh_node { struct batadv_neigh_node { struct hlist_node list; struct hlist_node list; Loading Loading @@ -1257,8 +1255,6 @@ struct batadv_dat_candidate { * struct batadv_tvlv_container - container for tvlv appended to OGMs * struct batadv_tvlv_container - container for tvlv appended to OGMs * @list: hlist node for batadv_priv_tvlv::container_list * @list: hlist node for batadv_priv_tvlv::container_list * @tvlv_hdr: tvlv header information needed to construct the tvlv * @tvlv_hdr: tvlv header information needed to construct the tvlv * @value_len: length of the buffer following this struct which contains * the actual tvlv payload * @refcount: number of contexts the object is used * @refcount: number of contexts the object is used */ */ struct batadv_tvlv_container { struct batadv_tvlv_container { Loading