Searched defs:nh_config (Results 1 – 1 of 1) sorted by relevance
23 struct nh_config { struct24 u32 nh_id;26 u8 nh_family;27 u8 nh_protocol;28 u8 nh_blackhole;29 u32 nh_flags;31 int nh_ifindex;32 struct net_device *dev;34 union {37 } gw;[all …]