Searched refs:nh_type (Results 1 – 7 of 7) sorted by relevance
124 uint16_t nh_type; in rib6_augment_nh() 126 nh_type = NH_TYPE_IPV6_ETHER_NHOP; in rib6_augment_nh() 128 nh_type = NH_TYPE_IPV6_ETHER_RSLV; in rib6_augment_nh() 130 nhop_set_type(nh, nh_type); in rib6_augment_nh() 125 uint16_t nh_type; rib6_augment_nh() local
101 uint16_t nh_type; in rib4_augment_nh() local103 nh_type = NH_TYPE_IPV4_ETHER_NHOP; in rib4_augment_nh()105 nh_type = NH_TYPE_IPV4_ETHER_RSLV; in rib4_augment_nh()107 nhop_set_type(nh, nh_type); in rib4_augment_nh()
196 uint8_t nh_type; member219 .nh_type = priv->nh_type & 0xFF, in hash_priv()
714 nh_priv->nh_type = nh_orig->nh_priv->nh_type; in nhop_copy()899 return (nh->nh_priv->nh_type); in nhop_get_type()903 nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type) in nhop_set_type() argument906 nh->nh_priv->nh_type = nh_type; in nhop_set_type()1218 pnhe->nh_type = nh->nh_priv->nh_type; in dump_nhop_entry()
196 void nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type);245 uint16_t nh_type; /* nexthop type */ member
77 uint16_t nh_type; /* nexthop type */ member
253 char *cp = nh_types[nh->nh_type]; in print_nhop_entry_sysctl()