Searched defs:nhop_object (Results 1 – 2 of 2) sorted by relevance
125 struct nhop_object { struct126 uint16_t nh_flags; /* nhop flags */127 uint16_t nh_mtu; /* nexthop mtu */128 union {135 struct ifnet *nh_ifp; /* Logical egress interface. Always != NULL */138 counter_u64_t nh_pksent; /* packets sent using this nhop */140 uint8_t nh_prepend_len; /* length of prepend data */141 uint8_t spare[3];142 uint32_t spare1; /* alignment */143 char nh_prepend[48]; /* L2 prepend */[all …]