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 __be16 nh_dst_port;32 u32 nh_flags;34 int nh_ifindex;35 struct net_device *dev;[all …]