Searched defs:nh_config (Results 1 – 1 of 1) sorted by relevance
24 struct nh_config { struct25 u32 nh_id;27 u8 nh_family;28 u8 nh_protocol;29 u8 nh_blackhole;30 u8 nh_fdb;31 u32 nh_flags;33 int nh_ifindex;34 struct net_device *dev;36 union {[all …]