Loading include/net/geneve.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ struct genevehdr { __be16 proto_type; __be16 proto_type; u8 vni[3]; u8 vni[3]; u8 rsvd2; u8 rsvd2; struct geneve_opt options[]; u8 options[]; }; }; static inline bool netif_is_geneve(const struct net_device *dev) static inline bool netif_is_geneve(const struct net_device *dev) Loading Loading
include/net/geneve.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ struct genevehdr { __be16 proto_type; __be16 proto_type; u8 vni[3]; u8 vni[3]; u8 rsvd2; u8 rsvd2; struct geneve_opt options[]; u8 options[]; }; }; static inline bool netif_is_geneve(const struct net_device *dev) static inline bool netif_is_geneve(const struct net_device *dev) Loading