Searched defs:bw_upcall (Results 1 – 2 of 2) sorted by relevance
185 struct bw_upcall { struct186 struct in_addr bu_src; /* source address */187 struct in_addr bu_dst; /* destination address */188 uint32_t bu_flags; /* misc flags (see below) */194 struct bw_data bu_threshold; /* the bw threshold */195 struct bw_data bu_measured; /* the measured bw */
424 struct bw_upcall bw_upcall; in X_ip_mrouter_set() local