Lines Matching defs:nhop_object
123 struct nhop_object { struct
124 uint16_t nh_flags; /* nhop flags */
125 uint16_t nh_mtu; /* nexthop mtu */
126 union {
133 struct ifnet *nh_ifp; /* Logical egress interface. Always != NULL */
134 struct ifaddr *nh_ifa; /* interface address to use. Always != NULL */
135 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */
136 counter_u64_t nh_pksent; /* packets sent using this nhop */
138 uint8_t nh_prepend_len; /* length of prepend data */
139 uint8_t spare[3];
140 uint32_t spare1; /* alignment */
141 char nh_prepend[48]; /* L2 prepend */
165 struct nhop_object *nh; argument