Home
last modified time | relevance | path

Searched defs:nhop_object (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop.h123 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 */
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 */
[all …]